diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-22 17:48:39 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-30 16:43:50 +0000 |
| commit | fa9ad15e41ba59cc79cc3243bf3e5c7b14c44a64 (patch) | |
| tree | 59f0a6b7767729897adb654e1154bf9d67a12061 | |
| parent | 961f75d11ba01bb24321ec4dc03e12ba658dede5 (diff) | |
| download | poky-fa9ad15e41ba59cc79cc3243bf3e5c7b14c44a64.tar.gz | |
which: Disable iberty since its not listed in DEPENDS
(From OE-Core rev: 4d6420d0aa1d6e8aecc8ec0526144f9c4396a822)
(From OE-Core rev: 778330071bcab83baff8ec8f22367f5dd0a71d35)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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" |
