kirkstone migration: fix packagegroup-qt5-demos build

Packagegroup cannot be 'allarch' as it depends on other packages that
are not allarch.

See Poky commit:
https://git.yoctoproject.org/poky/commit/?id=0562ab65936a11217cad570d4d633a246e20d3c6

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2022-05-25 14:24:25 +02:00
parent 74247d4cab
commit 348da0bc12
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@
DESCRIPTION = "Package group for Qt5 demos" DESCRIPTION = "Package group for Qt5 demos"
LICENSE = "MIT" LICENSE = "MIT"
PACKAGE_ARCH = "${TUNE_PKGARCH}"
inherit packagegroup inherit packagegroup
RDEPENDS:${PN}:append = " \ RDEPENDS:${PN}:append = " \