mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-29 19:32:07 +00:00
This makes it possible to avoid building components which are not used in the native or runtime tooling. Most users of nanopb just want to build `nanopb-generator-native` and `nanopb-runtime` and not the other two combinations as they are building software for their target leveraging nanopb. Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
18 lines
242 B
BlitzBasic
18 lines
242 B
BlitzBasic
SUMMARY = "Combined nanopb package"
|
|
PV = "1.0"
|
|
PR = "r1"
|
|
|
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|
|
|
inherit packagegroup
|
|
|
|
DEPENDS = " \
|
|
nanopb-generator \
|
|
nanopb-runtime \
|
|
"
|
|
|
|
RDEPENDS:${PN} = " \
|
|
nanopb-generator \
|
|
nanopb-runtime \
|
|
"
|