From fa1d9b518708103b0b2e259aa78f8dd694cfc0d6 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Sun, 10 May 2015 19:30:03 -0700 Subject: recipes-sato: add x11 to REQUIRED_DISTRO_FEATURES They can't be built withou x11 in DISTRO_FEATURES. Signed-off-by: Robert Yang --- meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb') diff --git a/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb b/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb index fe84a0fc99..76de18ae93 100644 --- a/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb +++ b/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb @@ -14,6 +14,11 @@ PR = "r30" # based on the machine architecture. PACKAGE_ARCH = "${MACHINE_ARCH}" +inherit distro_features_check + +# The matchbox-theme-sato requires x11 in DISTRO_FEATURES +REQUIRED_DISTRO_FEATURES = "x11" + SRC_URI = "file://session" S = "${WORKDIR}" -- cgit 1.2.3-korg