aboutsummaryrefslogtreecommitdiffstats
path: root/packages/diffutils/diffutils_2.8.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2008-04-24 16:51:55 +0000
committerKhem Raj <raj.khem@gmail.com>2008-04-24 16:51:55 +0000
commit227d0c4d5b8aaf21ea7b3242ae6f7390b992d1e1 (patch)
tree879ef33caa762da78f08d29976f15fa31de77f29 /packages/diffutils/diffutils_2.8.1.bb
parent50726fb3830a587cb2243587e98c9c57e19ebdc0 (diff)
downloadopenembedded-227d0c4d5b8aaf21ea7b3242ae6f7390b992d1e1.tar.gz
make diffutils compile on EABI uclibc.
Diffstat (limited to 'packages/diffutils/diffutils_2.8.1.bb')
-rw-r--r--packages/diffutils/diffutils_2.8.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/diffutils/diffutils_2.8.1.bb b/packages/diffutils/diffutils_2.8.1.bb
index 584188c2a3..b979fa89f6 100644
--- a/packages/diffutils/diffutils_2.8.1.bb
+++ b/packages/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 = "r3"
+PR = "r4"
SRC_URI = "${GNU_MIRROR}/diffutils/diffutils-${PV}.tar.gz"
@@ -15,6 +15,7 @@ inherit autotools update-alternatives
# because it uses __mempcpy, there are other things (TBD:
# see diffutils.mk in buildroot)
EXTRA_OECONF_linux-uclibc = "--without-included-regex"
+EXTRA_OECONF_linux-uclibcgnueabi = "--without-included-regex"
do_install_append () {
mv ${D}${bindir}/diff ${D}${bindir}/diff.${PN}