mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-18 18:24:27 +00:00
* as oe-core did in: https://git.openembedded.org/openembedded-core/commit/?id=d4c346e8ab * when people are have to maintain own PRs for recipes in oe-core, they might add them for meta-oe recipes at the same time when upgrading to next LTS Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
17 lines
232 B
BlitzBasic
17 lines
232 B
BlitzBasic
SUMMARY = "Combined nanopb package"
|
|
PV = "1.0"
|
|
|
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|
|
|
inherit packagegroup
|
|
|
|
DEPENDS = " \
|
|
nanopb-generator \
|
|
nanopb-runtime \
|
|
"
|
|
|
|
RDEPENDS:${PN} = " \
|
|
nanopb-generator \
|
|
nanopb-runtime \
|
|
"
|