Re: cmake-based project with system lib dependency
Quentin Schulz
Hi Sergey,
On Tue, Aug 11, 2020 at 08:36:33PM +0300, Sergey Ivanov wrote: Hi there.DEPENDS = "util-linux" (DEPENDS is for build time dependencies and you add the recipe providing the sources for it, RDEPENDS_${PN} is for runtime dependencies and you add packages to it (it is common to have the same name for the recipe and the main package built by it)). inherit pkgconfig cmakeI can suggest watching/listening to Live Coding sessions done by Josef available on Yocto project's Youtube channel: https://www.youtube.com/playlist?list=PLD4M5FoHz-TxMfBFrDKfIS_GLY25Qsfyj It should help you get started and understand the basics. Kind regards, Quentin -- StreamUnlimited Engineering GmbH High Tech Campus Vienna, Gutheil-Schoder-Gasse 10, 1100 Vienna, Austria Fax: +43 1 667 20 02 4401 quentin.schulz@streamunlimited.com, www.streamunlimited.com
|
|