diffutils: Switch to libc-uclibc
authorTom Rini <tom_rini@mentor.com>
Wed, 19 Jan 2011 00:41:34 +0000 (17:41 -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/diffutils/diffutils_2.8.1.bb

index 6f217bd..bd6a27f 100644 (file)
@@ -3,7 +3,7 @@ LICENSE = "GPL"
 DESCRIPTION = "Diffutils contains the GNU diff, diff3, \
 sdiff, and cmp utilities. These programs are usually \
 used for creating patch files."
-PR = "r4"
+PR = "r5"
 
 SRC_URI = "${GNU_MIRROR}/diffutils/diffutils-${PV}.tar.gz"
 
@@ -14,8 +14,7 @@ inherit autotools update-alternatives
 # 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_linux-uclibceabi = "--without-included-regex"
+EXTRA_OECONF_libc-uclibc = "--without-included-regex"
 
 do_install_append () {
         mv ${D}${bindir}/diff ${D}${bindir}/diff.${PN}