[oe-commits] Xin Ouyang : findutils-4.4.2: add bison-native to DEPENDS

git at git.openembedded.org git at git.openembedded.org
Mon Aug 6 15:17:15 UTC 2012


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

Author: Xin Ouyang <Xin.Ouyang at windriver.com>
Date:   Mon Jul 30 20:25:30 2012 +0800

findutils-4.4.2: add bison-native to DEPENDS

[YOCTO #2858]

Signed-off-by: Xin Ouyang <Xin.Ouyang at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-extended/findutils/findutils_4.4.2.bb |    4 +++-
 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 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)}"
 





More information about the Openembedded-commits mailing list