diff options
-rw-r--r-- | meta/recipes-extended/diffutils/diffutils.inc | 22 | ||||
-rw-r--r-- | meta/recipes-extended/diffutils/diffutils_2.8.1.bb | 24 | ||||
-rw-r--r-- | meta/recipes-extended/diffutils/diffutils_3.2.bb | 22 |
3 files changed, 29 insertions, 39 deletions
diff --git a/meta/recipes-extended/diffutils/diffutils.inc b/meta/recipes-extended/diffutils/diffutils.inc new file mode 100644 index 0000000000..3964db0636 --- /dev/null +++ b/meta/recipes-extended/diffutils/diffutils.inc | |||
@@ -0,0 +1,22 @@ | |||
1 | SUMMARY = "Diffutils contains tools used for finding differences between files." | ||
2 | DESCRIPTION = "Diffutils contains the GNU diff, diff3, \ | ||
3 | sdiff, and cmp utilities. These programs are usually \ | ||
4 | used for creating patch files." | ||
5 | SECTION = "base" | ||
6 | |||
7 | INC_PR = "r6" | ||
8 | |||
9 | SRC_URI = "${GNU_MIRROR}/diffutils/diffutils-${PV}.tar.gz" | ||
10 | |||
11 | inherit autotools update-alternatives gettext | ||
12 | |||
13 | # diffutils assumes non-glibc compilation with uclibc and | ||
14 | # this causes it to generate its own implementations of | ||
15 | # standard functionality. regex.c actually breaks compilation | ||
16 | # because it uses __mempcpy, there are other things (TBD: | ||
17 | # see diffutils.mk in buildroot) | ||
18 | EXTRA_OECONF_libc-uclibc = "--without-included-regex" | ||
19 | |||
20 | ALTERNATIVE_LINKS = "${bindir}/diff ${bindir}/cmp" | ||
21 | ALTERNATIVE_PRIORITY = "100" | ||
22 | |||
diff --git a/meta/recipes-extended/diffutils/diffutils_2.8.1.bb b/meta/recipes-extended/diffutils/diffutils_2.8.1.bb index 09eb71e665..a31363aefb 100644 --- a/meta/recipes-extended/diffutils/diffutils_2.8.1.bb +++ b/meta/recipes-extended/diffutils/diffutils_2.8.1.bb | |||
@@ -1,28 +1,12 @@ | |||
1 | SUMMARY = "Diffutils contains tools used for finding differences between files." | ||
2 | DESCRIPTION = "Diffutils contains the GNU diff, diff3, \ | ||
3 | sdiff, and cmp utilities. These programs are usually \ | ||
4 | used for creating patch files." | ||
5 | SECTION = "base" | ||
6 | LICENSE = "GPLv2+" | 1 | LICENSE = "GPLv2+" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
8 | 3 | ||
9 | PR = "r5" | 4 | require diffutils.inc |
10 | 5 | ||
11 | SRC_URI = "${GNU_MIRROR}/diffutils/diffutils-${PV}.tar.gz \ | 6 | PR = "${INC_PR}.0" |
12 | file://diffutils_fix_for_automake-1.12.patch \ | 7 | |
13 | " | 8 | SRC_URI += "file://diffutils_fix_for_automake-1.12.patch" |
14 | 9 | ||
15 | SRC_URI[md5sum] = "71f9c5ae19b60608f6c7f162da86a428" | 10 | SRC_URI[md5sum] = "71f9c5ae19b60608f6c7f162da86a428" |
16 | SRC_URI[sha256sum] = "c5001748b069224dd98bf1bb9ee877321c7de8b332c8aad5af3e2a7372d23f5a" | 11 | SRC_URI[sha256sum] = "c5001748b069224dd98bf1bb9ee877321c7de8b332c8aad5af3e2a7372d23f5a" |
17 | 12 | ||
18 | inherit autotools update-alternatives gettext | ||
19 | |||
20 | # diffutils assumes non-glibc compilation with uclibc and | ||
21 | # this causes it to generate its own implementations of | ||
22 | # standard functionality. regex.c actually breaks compilation | ||
23 | # because it uses __mempcpy, there are other things (TBD: | ||
24 | # see diffutils.mk in buildroot) | ||
25 | EXTRA_OECONF_libc-uclibc = "--without-included-regex" | ||
26 | |||
27 | ALTERNATIVE_LINKS = "${bindir}/diff ${bindir}/cmp" | ||
28 | ALTERNATIVE_PRIORITY = "100" | ||
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 @@ | |||
1 | DESCRIPTION = "Diffutils contains the GNU diff, diff3, \ | ||
2 | sdiff, and cmp utilities. These programs are usually \ | ||
3 | used for creating patch files." | ||
4 | SECTION = "base" | ||
5 | LICENSE = "GPLv3+" | 1 | LICENSE = "GPLv3+" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
7 | 3 | ||
8 | PR = "r1" | 4 | require diffutils.inc |
9 | 5 | ||
10 | SRC_URI = "${GNU_MIRROR}/diffutils/diffutils-${PV}.tar.gz \ | 6 | PR = "${INC_PR}.0" |
11 | file://remove-gets.patch \ | ||
12 | " | ||
13 | 7 | ||
14 | inherit autotools update-alternatives gettext | 8 | SRC_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) | ||
21 | EXTRA_OECONF_libc-uclibc = "--without-included-regex" | ||
22 | |||
23 | ALTERNATIVE_LINKS = "${bindir}/diff ${bindir}/cmp" | ||
24 | ALTERNATIVE_PRIORITY = "100" | ||
25 | 9 | ||
26 | SRC_URI[md5sum] = "22e4deef5d8949a727b159d6bc65c1cc" | 10 | SRC_URI[md5sum] = "22e4deef5d8949a727b159d6bc65c1cc" |
27 | SRC_URI[sha256sum] = "2aaaebef615be7dc365306a14caa5d273a4fc174f9f10abca8b60e082c054ed3" | 11 | SRC_URI[sha256sum] = "2aaaebef615be7dc365306a14caa5d273a4fc174f9f10abca8b60e082c054ed3" |