diff options
Diffstat (limited to 'meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb')
-rw-r--r-- | meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb b/meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb index 2a16b18288..45bf341063 100644 --- a/meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb +++ b/meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "This is the set of GNU shar utilities." | 1 | SUMMARY = "This is the set of GNU shar utilities." |
2 | HOMEPAGE = "http://www.gnu.org/software/sharutils/" | 2 | HOMEPAGE = "http://www.gnu.org/software/sharutils/" |
3 | SECTION = "console/utils" | 3 | SECTION = "console/utils" |
4 | LICENSE="GPL-3.0-or-later" | 4 | LICENSE = "GPL-3.0-or-later" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
6 | 6 | ||
7 | inherit gettext autotools update-alternatives | 7 | inherit gettext autotools update-alternatives |
@@ -13,10 +13,15 @@ SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz \ | |||
13 | file://0001-Fix-building-with-GCC-10.patch \ | 13 | file://0001-Fix-building-with-GCC-10.patch \ |
14 | file://0002-Do-not-include-lib-md5.c-into-src-shar.c.patch \ | 14 | file://0002-Do-not-include-lib-md5.c-into-src-shar.c.patch \ |
15 | file://0001-configure.ac-Check-and-define-intmax_t-type.patch \ | 15 | file://0001-configure.ac-Check-and-define-intmax_t-type.patch \ |
16 | file://0001-libopts.m4-accept-POSIX_SHELL-from-the-environment-d.patch \ | ||
17 | file://0001-ISO-C23-Backport-stdbool.m4.patch \ | ||
18 | file://0002-ISO-C23-Port-getcwd.m4-to-ISO-C23.patch \ | ||
19 | file://0003-ISO-C23-Port-the-code-to-ISO-C23.patch \ | ||
16 | " | 20 | " |
17 | SRC_URI[md5sum] = "32a51b23e25ad5e6af4b89f228be1800" | ||
18 | SRC_URI[sha256sum] = "ee336e68549664e7a19b117adf02edfdeac6307f22e5ba78baca457116914637" | 21 | SRC_URI[sha256sum] = "ee336e68549664e7a19b117adf02edfdeac6307f22e5ba78baca457116914637" |
19 | 22 | ||
23 | EXTRA_OECONF = "POSIX_SHELL=${base_bindir}/sh" | ||
24 | |||
20 | do_install:append() { | 25 | do_install:append() { |
21 | if [ -e ${D}${libdir}/charset.alias ] | 26 | if [ -e ${D}${libdir}/charset.alias ] |
22 | then | 27 | then |