findutils: Switch to libc-uclibc
authorTom Rini <tom_rini@mentor.com>
Wed, 19 Jan 2011 00:42:17 +0000 (17:42 -0700)
committerTom Rini <tom_rini@mentor.com>
Wed, 19 Jan 2011 01:04:03 +0000 (18:04 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/findutils/findutils.inc

index 81831bf..52dbf12 100644 (file)
@@ -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"