summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/findutils
diff options
context:
space:
mode:
authorXin Ouyang <Xin.Ouyang@windriver.com>2012-07-30 20:25:30 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-06 16:13:08 +0100
commit09a023e777b1e05b3edbec2bc49232042f6bf088 (patch)
treefa1f7e5c399e8047c8eb6324abf1dfa23b5c629d /meta/recipes-extended/findutils
parent2f11d409e20d90f2d619b4d92495c3fcd30584ab (diff)
downloadopenembedded-core-contrib-09a023e777b1e05b3edbec2bc49232042f6bf088.tar.gz
findutils-4.4.2: add bison-native to DEPENDS
[YOCTO #2858] Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/findutils')
-rw-r--r--meta/recipes-extended/findutils/findutils_4.4.2.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/findutils/findutils_4.4.2.bb b/meta/recipes-extended/findutils/findutils_4.4.2.bb
index 218bf83443..34e53d2eea 100644
--- a/meta/recipes-extended/findutils/findutils_4.4.2.bb
+++ b/meta/recipes-extended/findutils/findutils_4.4.2.bb
@@ -1,6 +1,6 @@
require findutils.inc
-PR = "r5"
+PR = "r6"
SRC_URI += "file://01-27017.patch \
file://02-28824.patch \
@@ -12,6 +12,8 @@ SRC_URI += "file://01-27017.patch \
SRC_URI[md5sum] = "351cc4adb07d54877fa15f75fb77d39f"
SRC_URI[sha256sum] = "434f32d171cbc0a5e72cfc5372c6fc4cb0e681f8dce566a0de5b6fccd702b62a"
+DEPENDS = "bison-native"
+
# http://savannah.gnu.org/bugs/?27299
CACHED_CONFIGUREVARS += "${@base_contains('DISTRO_FEATURES', 'libc-posix-clang-wchar', 'gl_cv_func_wcwidth_works=yes', '', d)}"