[oe-commits] Tom Rini : findutils: Switch to libc-uclibc

git version control git at git.openembedded.org
Wed Jan 19 01:08:05 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: bb4c670dfd3b73d8247e054aa104d2ee1458196a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=bb4c670dfd3b73d8247e054aa104d2ee1458196a

Author: Tom Rini <tom_rini at mentor.com>
Date:   Tue Jan 18 17:42:17 2011 -0700

findutils: Switch to libc-uclibc

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/findutils/findutils.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/findutils/findutils.inc b/recipes/findutils/findutils.inc
index 81831bf..52dbf12 100644
--- a/recipes/findutils/findutils.inc
+++ b/recipes/findutils/findutils.inc
@@ -8,14 +8,14 @@ BBCLASSEXTEND = "native"
 
 inherit autotools gettext
 
-INC_PR = "r3"
+INC_PR = "r4"
 
 # diffutils assumes non-glibc compilation with uclibc and
 # this causes it to generate its own implementations of
 # standard functionality.  regex.c actually breaks compilation
 # because it uses __mempcpy, there are other things (TBD:
 # see diffutils.mk in buildroot)
-EXTRA_OECONF_linux-uclibc += "--without-included-regex"
+EXTRA_OECONF_libc-uclibc += "--without-included-regex"
 
 EXTRA_OEMAKE += "SORT=${bindir}/sort"
 





More information about the Openembedded-commits mailing list