summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/matchbox-sato
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-05-10 19:30:03 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-05-14 11:43:58 +0100
commit12d02d58e76d055144550b2bf487789e077dec15 (patch)
treedd07f26da8587531cdfee3f7a743f33dd2026ce4 /meta/recipes-sato/matchbox-sato
parent3a0a27f5af71f37c100a07dfe439fee8b462b668 (diff)
downloadpoky-12d02d58e76d055144550b2bf487789e077dec15.tar.gz
recipes-sato: add x11 to REQUIRED_DISTRO_FEATURES
They can't be built withou x11 in DISTRO_FEATURES. (From OE-Core rev: fa1d9b518708103b0b2e259aa78f8dd694cfc0d6) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/matchbox-sato')
-rw-r--r--meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb5
1 files changed, 5 insertions, 0 deletions
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"
14# based on the machine architecture. 14# based on the machine architecture.
15PACKAGE_ARCH = "${MACHINE_ARCH}" 15PACKAGE_ARCH = "${MACHINE_ARCH}"
16 16
17inherit distro_features_check
18
19# The matchbox-theme-sato requires x11 in DISTRO_FEATURES
20REQUIRED_DISTRO_FEATURES = "x11"
21
17SRC_URI = "file://session" 22SRC_URI = "file://session"
18S = "${WORKDIR}" 23S = "${WORKDIR}"
19 24