diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-22 17:48:39 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-24 10:05:46 +0000 |
commit | 188606bbf7578fc1ab7461e64a8e131e53843492 (patch) | |
tree | d8708d77136dfc4682dc9ed95958bd2f6aafb569 /meta/recipes-extended/which | |
parent | f9b683cb143b821833053355fdd2dbbd72783c11 (diff) | |
download | poky-188606bbf7578fc1ab7461e64a8e131e53843492.tar.gz |
which: Disable iberty since its not listed in DEPENDS
(From OE-Core rev: 4d6420d0aa1d6e8aecc8ec0526144f9c4396a822)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/which')
-rw-r--r-- | meta/recipes-extended/which/which_2.20.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/which/which_2.20.bb b/meta/recipes-extended/which/which_2.20.bb index 07a5d3104b..a4e860b6c9 100644 --- a/meta/recipes-extended/which/which_2.20.bb +++ b/meta/recipes-extended/which/which_2.20.bb | |||
@@ -8,7 +8,9 @@ DEPENDS = "cwautomacros-native" | |||
8 | 8 | ||
9 | inherit autotools update-alternatives | 9 | inherit autotools update-alternatives |
10 | 10 | ||
11 | PR = "r1" | 11 | PR = "r2" |
12 | |||
13 | EXTRA_OECONF = "--disable-iberty" | ||
12 | 14 | ||
13 | SRC_URI = "${GNU_MIRROR}/which/which-${PV}.tar.gz \ | 15 | SRC_URI = "${GNU_MIRROR}/which/which-${PV}.tar.gz \ |
14 | file://remove-declaration.patch" | 16 | file://remove-declaration.patch" |