diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/findutils/findutils.inc | 5 | ||||
-rw-r--r-- | meta/recipes-extended/findutils/findutils_4.2.31.bb | 29 | ||||
-rw-r--r-- | meta/recipes-extended/findutils/findutils_4.4.2.bb | 6 |
3 files changed, 10 insertions, 30 deletions
diff --git a/meta/recipes-extended/findutils/findutils.inc b/meta/recipes-extended/findutils/findutils.inc index 64909a1f8c..1fa9b97d0e 100644 --- a/meta/recipes-extended/findutils/findutils.inc +++ b/meta/recipes-extended/findutils/findutils.inc | |||
@@ -6,9 +6,6 @@ HOMEPAGE = "http://www.gnu.org/software/findutils/" | |||
6 | BUGTRACKER = "http://savannah.gnu.org/bugs/?group=findutils" | 6 | BUGTRACKER = "http://savannah.gnu.org/bugs/?group=findutils" |
7 | SECTION = "console/utils" | 7 | SECTION = "console/utils" |
8 | 8 | ||
9 | # GPLv2+ (<< 4.2.32), GPLv3+ (>= 4.2.32) | ||
10 | LICENSE = "GPLv3+" | ||
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" | ||
12 | 9 | ||
13 | SRC_URI = "${GNU_MIRROR}/findutils/findutils-${PV}.tar.gz" | 10 | SRC_URI = "${GNU_MIRROR}/findutils/findutils-${PV}.tar.gz" |
14 | 11 | ||
@@ -23,3 +20,5 @@ ALTERNATIVE_PRIORITY = "100" | |||
23 | # because it uses __mempcpy, there are other things (TBD: | 20 | # because it uses __mempcpy, there are other things (TBD: |
24 | # see diffutils.mk in buildroot) | 21 | # see diffutils.mk in buildroot) |
25 | EXTRA_OECONF_libc-uclibc = "--without-included-regex" | 22 | EXTRA_OECONF_libc-uclibc = "--without-included-regex" |
23 | |||
24 | BBCLASSEXTEND = "native" | ||
diff --git a/meta/recipes-extended/findutils/findutils_4.2.31.bb b/meta/recipes-extended/findutils/findutils_4.2.31.bb index 37da0ce340..38cdc219b9 100644 --- a/meta/recipes-extended/findutils/findutils_4.2.31.bb +++ b/meta/recipes-extended/findutils/findutils_4.2.31.bb | |||
@@ -1,33 +1,12 @@ | |||
1 | SUMMARY = "find, locate, and xargs binaries." | ||
2 | DESCRIPTION = "The GNU Find Utilities are the basic directory searching utilities of the GNU operating system. \ | ||
3 | These programs are typically used in conjunction with other programs to provide modular and powerful directory \ | ||
4 | search and file locating capabilities to other commands." | ||
5 | HOMEPAGE = "http://www.gnu.org/software/findutils/" | ||
6 | BUGTRACKER = "http://savannah.gnu.org/bugs/?group=findutils" | ||
7 | SECTION = "console/utils" | ||
8 | |||
9 | LICENSE = "GPLv2+" | 1 | LICENSE = "GPLv2+" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
11 | PR = "r3" | 3 | PR = "r3" |
12 | 4 | ||
13 | SRC_URI = "${GNU_MIRROR}/findutils/findutils-${PV}.tar.gz \ | 5 | require findutils.inc |
14 | file://gnulib-extension.patch \ | 6 | |
15 | file://findutils_fix_for_automake-1.12.patch \ | 7 | SRC_URI += "file://gnulib-extension.patch \ |
8 | file://findutils_fix_for_automake-1.12.patch \ | ||
16 | " | 9 | " |
17 | 10 | ||
18 | SRC_URI[md5sum] = "a0e31a0f18a49709bf5a449867c8049a" | 11 | SRC_URI[md5sum] = "a0e31a0f18a49709bf5a449867c8049a" |
19 | SRC_URI[sha256sum] = "e0d34b8faca0b3cca0703f6c6b498afbe72f0ba16c35980c10ec9ef7724d6204" | 12 | SRC_URI[sha256sum] = "e0d34b8faca0b3cca0703f6c6b498afbe72f0ba16c35980c10ec9ef7724d6204" |
20 | |||
21 | inherit autotools gettext update-alternatives | ||
22 | |||
23 | ALTERNATIVE_LINKS = "${bindir}/find ${bindir}/xargs" | ||
24 | ALTERNATIVE_PRIORITY = "100" | ||
25 | |||
26 | # diffutils assumes non-glibc compilation with uclibc and | ||
27 | # this causes it to generate its own implementations of | ||
28 | # standard functionality. regex.c actually breaks compilation | ||
29 | # because it uses __mempcpy, there are other things (TBD: | ||
30 | # see diffutils.mk in buildroot) | ||
31 | EXTRA_OECONF_libc-uclibc = "--without-included-regex" | ||
32 | |||
33 | BBCLASSEXTEND = "native" | ||
diff --git a/meta/recipes-extended/findutils/findutils_4.4.2.bb b/meta/recipes-extended/findutils/findutils_4.4.2.bb index 34e53d2eea..3f493007a5 100644 --- a/meta/recipes-extended/findutils/findutils_4.4.2.bb +++ b/meta/recipes-extended/findutils/findutils_4.4.2.bb | |||
@@ -1,5 +1,9 @@ | |||
1 | require findutils.inc | 1 | require findutils.inc |
2 | 2 | ||
3 | # GPLv2+ (<< 4.2.32), GPLv3+ (>= 4.2.32) | ||
4 | LICENSE = "GPLv3+" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" | ||
6 | |||
3 | PR = "r6" | 7 | PR = "r6" |
4 | 8 | ||
5 | SRC_URI += "file://01-27017.patch \ | 9 | SRC_URI += "file://01-27017.patch \ |
@@ -18,5 +22,3 @@ DEPENDS = "bison-native" | |||
18 | CACHED_CONFIGUREVARS += "${@base_contains('DISTRO_FEATURES', 'libc-posix-clang-wchar', 'gl_cv_func_wcwidth_works=yes', '', d)}" | 22 | CACHED_CONFIGUREVARS += "${@base_contains('DISTRO_FEATURES', 'libc-posix-clang-wchar', 'gl_cv_func_wcwidth_works=yes', '', d)}" |
19 | 23 | ||
20 | EXTRA_OECONF += "ac_cv_path_SORT=${bindir}/sort" | 24 | EXTRA_OECONF += "ac_cv_path_SORT=${bindir}/sort" |
21 | |||
22 | BBCLASSEXTEND = "native" | ||