[oe-commits] Richard Purdie : which: Disable iberty since its not listed in DEPENDS

git at git.openembedded.org git at git.openembedded.org
Sat Dec 24 10:11:55 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 4d6420d0aa1d6e8aecc8ec0526144f9c4396a822
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=4d6420d0aa1d6e8aecc8ec0526144f9c4396a822

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Thu Dec 22 17:48:39 2011 +0000

which: Disable iberty since its not listed in DEPENDS

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 07a5d31..a4e860b 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"





More information about the Openembedded-commits mailing list