From 4590c0b09d1a63604e214b52597c6e65abadede4 Mon Sep 17 00:00:00 2001 From: Xin Ouyang Date: Mon, 30 Jul 2012 20:25:30 +0800 Subject: findutils-4.4.2: add bison-native to DEPENDS [YOCTO #2858] (From OE-Core rev: 09a023e777b1e05b3edbec2bc49232042f6bf088) Signed-off-by: Xin Ouyang Signed-off-by: Richard Purdie --- meta/recipes-extended/findutils/findutils_4.4.2.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)}" -- cgit v1.2.3-54-g00ecf