diff options
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/findutils/findutils.inc | 5 | ||||
-rw-r--r-- | meta/recipes-extended/findutils/findutils_4.6.0.bb (renamed from meta/recipes-extended/findutils/findutils_4.5.19.bb) | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/meta/recipes-extended/findutils/findutils.inc b/meta/recipes-extended/findutils/findutils.inc index 37c84cc59b..bfedf874be 100644 --- a/meta/recipes-extended/findutils/findutils.inc +++ b/meta/recipes-extended/findutils/findutils.inc | |||
@@ -6,10 +6,9 @@ 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 | SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz" | ||
9 | 10 | ||
10 | SRC_URI = "ftp://alpha.gnu.org/gnu/${BPN}/${BP}.tar.gz" | 11 | inherit autotools gettext texinfo update-alternatives upstream-version-is-even |
11 | |||
12 | inherit autotools gettext texinfo update-alternatives | ||
13 | 12 | ||
14 | ALTERNATIVE_${PN} = "find xargs" | 13 | ALTERNATIVE_${PN} = "find xargs" |
15 | ALTERNATIVE_PRIORITY = "100" | 14 | ALTERNATIVE_PRIORITY = "100" |
diff --git a/meta/recipes-extended/findutils/findutils_4.5.19.bb b/meta/recipes-extended/findutils/findutils_4.6.0.bb index de39a89738..072d3b3c05 100644 --- a/meta/recipes-extended/findutils/findutils_4.5.19.bb +++ b/meta/recipes-extended/findutils/findutils_4.6.0.bb | |||
@@ -3,13 +3,13 @@ require findutils.inc | |||
3 | # GPLv2+ (<< 4.2.32), GPLv3+ (>= 4.2.32) | 3 | # GPLv2+ (<< 4.2.32), GPLv3+ (>= 4.2.32) |
4 | LICENSE = "GPLv3+" | 4 | LICENSE = "GPLv3+" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" |
6 | 6 | ||
7 | DEPENDS = "bison-native" | 7 | DEPENDS = "bison-native" |
8 | 8 | ||
9 | SRC_URI += "file://0001-Unset-need_charset_alias-when-building-for-musl.patch" | 9 | SRC_URI += "file://0001-Unset-need_charset_alias-when-building-for-musl.patch" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "1428516452520b51cf893c05500eda3d" | 11 | SRC_URI[md5sum] = "9936aa8009438ce185bea2694a997fc1" |
12 | SRC_URI[sha256sum] = "e9bc769d78573c91b1d4e504ad39621b870db6fa38fde923acf6896399f16f8e" | 12 | SRC_URI[sha256sum] = "ded4c9f73731cd48fec3b6bdaccce896473b6d8e337e9612e16cf1431bb1169d" |
13 | 13 | ||
14 | # http://savannah.gnu.org/bugs/?27299 | 14 | # http://savannah.gnu.org/bugs/?27299 |
15 | CACHED_CONFIGUREVARS += "${@bb.utils.contains('DISTRO_FEATURES', 'libc-posix-clang-wchar', 'gl_cv_func_wcwidth_works=yes', '', d)}" | 15 | CACHED_CONFIGUREVARS += "${@bb.utils.contains('DISTRO_FEATURES', 'libc-posix-clang-wchar', 'gl_cv_func_wcwidth_works=yes', '', d)}" |