mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
e722be5fac
* 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 \
|
|
"
|