From patchwork Mon Jul 30 12:25:30 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/1] findutils-4.4.2: add bison-native to DEPENDS Date: Mon, 30 Jul 2012 12:25:30 -0000 From: xin.ouyang@windriver.com X-Patchwork-Id: 33297 Message-Id: <3baaa2a825c7fc5445019704e16dbc135d09a930.1343650679.git.Xin.Ouyang@windriver.com> To: From: Xin Ouyang [YOCTO #2858] Signed-off-by: Xin Ouyang --- 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 218bf83..34e53d2 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)}"