aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/diffutils
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-01-18 17:41:34 -0700
committerTom Rini <tom_rini@mentor.com>2011-01-18 18:04:03 -0700
commitcde17a27e27903f8d2e9113a62a5a7d479eaac10 (patch)
tree966977134656108ed164c478ed9eb33e1313ecc9 /recipes/diffutils
parent32c61e9077c2041510193d7e8d056741a672f4d2 (diff)
downloadopenembedded-cde17a27e27903f8d2e9113a62a5a7d479eaac10.tar.gz
diffutils: Switch to libc-uclibc
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/diffutils')
-rw-r--r--recipes/diffutils/diffutils_2.8.1.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/diffutils/diffutils_2.8.1.bb b/recipes/diffutils/diffutils_2.8.1.bb
index 6f217bd5e9..bd6a27fee1 100644
--- a/recipes/diffutils/diffutils_2.8.1.bb
+++ b/recipes/diffutils/diffutils_2.8.1.bb
@@ -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}