make diffutils compile on EABI uclibc.
authorKhem Raj <raj.khem@gmail.com>
Thu, 24 Apr 2008 16:51:55 +0000 (16:51 +0000)
committerKhem Raj <raj.khem@gmail.com>
Thu, 24 Apr 2008 16:51:55 +0000 (16:51 +0000)
packages/diffutils/diffutils_2.8.1.bb

index 584188c..b979fa8 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 = "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}