packagegroup-core-directfb: Set PACKAGE_ARCH to MACHINE_ARCH

The contents change depends on the MACHINE_FEATURES so this is clearly
a machine specific package. Set it accordingly.

(From OE-Core rev: 347551fadfadeb7bde5948bbeca2a4f13ecaca41)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Otavio Salvador 2014-08-27 16:19:33 -03:00 committed by Richard Purdie
parent 778e892bb6
commit 38dbebfc13
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
SUMMARY = "DirectFB without X11"
LICENSE = "MIT"
PACKAGE_ARCH = "${MACHINE_ARCH}"
inherit packagegroup
TOUCH = ' ${@bb.utils.contains("MACHINE_FEATURES", "touchscreen", "tslib tslib-calibrate tslib-tests", "",d)}'