aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-22 17:48:39 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-24 10:05:02 +0000
commit4d6420d0aa1d6e8aecc8ec0526144f9c4396a822 (patch)
tree156c94c038475158046474a903438a9d2dbee0ec
parente9cc42bd7c866380d956233bdf8e719b25fdf0a7 (diff)
downloadopenembedded-core-contrib-4d6420d0aa1d6e8aecc8ec0526144f9c4396a822.tar.gz
which: Disable iberty since its not listed in DEPENDS
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/which/which_2.20.bb4
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"
inherit autotools update-alternatives
-PR = "r1"
+PR = "r2"
+
+EXTRA_OECONF = "--disable-iberty"
SRC_URI = "${GNU_MIRROR}/which/which-${PV}.tar.gz \
file://remove-declaration.patch"