summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/diffutils/diffutils_3.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/diffutils/diffutils_3.2.bb')
-rw-r--r--meta/recipes-extended/diffutils/diffutils_3.2.bb22
1 files changed, 3 insertions, 19 deletions
diff --git a/meta/recipes-extended/diffutils/diffutils_3.2.bb b/meta/recipes-extended/diffutils/diffutils_3.2.bb
index c46863d3a7..74c371dc9e 100644
--- a/meta/recipes-extended/diffutils/diffutils_3.2.bb
+++ b/meta/recipes-extended/diffutils/diffutils_3.2.bb
@@ -1,27 +1,11 @@
1DESCRIPTION = "Diffutils contains the GNU diff, diff3, \
2sdiff, and cmp utilities. These programs are usually \
3used for creating patch files."
4SECTION = "base"
5LICENSE = "GPLv3+" 1LICENSE = "GPLv3+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 2LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
7 3
8PR = "r1" 4require diffutils.inc
9 5
10SRC_URI = "${GNU_MIRROR}/diffutils/diffutils-${PV}.tar.gz \ 6PR = "${INC_PR}.0"
11 file://remove-gets.patch \
12 "
13 7
14inherit autotools update-alternatives gettext 8SRC_URI += "file://remove-gets.patch"
15
16# diffutils assumes non-glibc compilation with uclibc and
17# this causes it to generate its own implementations of
18# standard functionality. regex.c actually breaks compilation
19# because it uses __mempcpy, there are other things (TBD:
20# see diffutils.mk in buildroot)
21EXTRA_OECONF_libc-uclibc = "--without-included-regex"
22
23ALTERNATIVE_LINKS = "${bindir}/diff ${bindir}/cmp"
24ALTERNATIVE_PRIORITY = "100"
25 9
26SRC_URI[md5sum] = "22e4deef5d8949a727b159d6bc65c1cc" 10SRC_URI[md5sum] = "22e4deef5d8949a727b159d6bc65c1cc"
27SRC_URI[sha256sum] = "2aaaebef615be7dc365306a14caa5d273a4fc174f9f10abca8b60e082c054ed3" 11SRC_URI[sha256sum] = "2aaaebef615be7dc365306a14caa5d273a4fc174f9f10abca8b60e082c054ed3"