diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-05-10 19:30:03 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-14 11:43:58 +0100 |
commit | 12d02d58e76d055144550b2bf487789e077dec15 (patch) | |
tree | dd07f26da8587531cdfee3f7a743f33dd2026ce4 /meta/recipes-sato/puzzles | |
parent | 3a0a27f5af71f37c100a07dfe439fee8b462b668 (diff) | |
download | poky-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/puzzles')
-rw-r--r-- | meta/recipes-sato/puzzles/puzzles_r10116.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-sato/puzzles/puzzles_r10116.bb b/meta/recipes-sato/puzzles/puzzles_r10116.bb index 3bc2c85bb1..1ad8d1bf14 100644 --- a/meta/recipes-sato/puzzles/puzzles_r10116.bb +++ b/meta/recipes-sato/puzzles/puzzles_r10116.bb | |||
@@ -4,6 +4,9 @@ HOMEPAGE = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/" | |||
4 | DEPENDS = "gtk+ libxt" | 4 | DEPENDS = "gtk+ libxt" |
5 | MOD_PV = "${@d.getVar('PV',1)[1:]}" | 5 | MOD_PV = "${@d.getVar('PV',1)[1:]}" |
6 | 6 | ||
7 | # The libxt requires x11 in DISTRO_FEATURES | ||
8 | REQUIRED_DISTRO_FEATURES = "x11" | ||
9 | |||
7 | LICENSE = "MIT" | 10 | LICENSE = "MIT" |
8 | LIC_FILES_CHKSUM = "file://LICENCE;md5=33bcd4bce8f3c197f2aefbdbd2d299bc" | 11 | LIC_FILES_CHKSUM = "file://LICENCE;md5=33bcd4bce8f3c197f2aefbdbd2d299bc" |
9 | 12 | ||
@@ -14,7 +17,7 @@ SRC_URI = "svn://svn.tartarus.org/sgt;module=puzzles;rev=${MOD_PV} \ | |||
14 | 17 | ||
15 | S = "${WORKDIR}/${BPN}" | 18 | S = "${WORKDIR}/${BPN}" |
16 | 19 | ||
17 | inherit autotools-brokensep | 20 | inherit autotools-brokensep distro_features_check |
18 | 21 | ||
19 | do_configure_prepend () { | 22 | do_configure_prepend () { |
20 | ./mkfiles.pl | 23 | ./mkfiles.pl |