From: Robert Yang Date: Mon, 11 May 2015 06:08:43 +0000 (-0700) Subject: packagegroup-core-qt: add x11 to REQUIRED_DISTRO_FEATURES X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~30379 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f797e503a1429d315ca3fee979e28994b76d03df;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git packagegroup-core-qt: add x11 to REQUIRED_DISTRO_FEATURES It can't be built withou x11 in DISTRO_FEATURES. Signed-off-by: Robert Yang Signed-off-by: Ross Burton --- diff --git a/meta/recipes-qt/packagegroups/packagegroup-core-qt.bb b/meta/recipes-qt/packagegroups/packagegroup-core-qt.bb index 5f6916a4300..b81f8a3b330 100644 --- a/meta/recipes-qt/packagegroups/packagegroup-core-qt.bb +++ b/meta/recipes-qt/packagegroups/packagegroup-core-qt.bb @@ -9,7 +9,10 @@ PR = "r4" # Qt4 could NOT be built on MIPS64 with 64 bits userspace COMPATIBLE_HOST_mips64 = "null" -inherit packagegroup +inherit packagegroup distro_features_check + +# The quicky and fotowall requires x11 in DISTRO_FEATURES +REQUIRED_DISTRO_FEATURES = "x11" PACKAGES = "${PN}-demoapps"