Martin Jansa e722be5fac
recipes: Drop remaining PR values from recipes
* 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>
2024-03-17 13:10:10 -07:00

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 \
"