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 | 21 |
1 files changed, 21 insertions, 0 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 new file mode 100644 index 0000000000..812fee955b --- /dev/null +++ b/meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb | |||
@@ -0,0 +1,21 @@ | |||
1 | SUMMARY = "This is the set of GNU shar utilities." | ||
2 | HOMEPAGE = "http://www.gnu.org/software/sharutils/" | ||
3 | SECTION = "console/utils" | ||
4 | LICENSE="GPLv3+" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
6 | |||
7 | inherit gettext autotools | ||
8 | |||
9 | SRC_URI = "ftp://ftp.gnu.org/gnu/${BPN}/${BP}.tar.gz \ | ||
10 | file://0001-Fix-build-with-clang.patch \ | ||
11 | " | ||
12 | SRC_URI[md5sum] = "32a51b23e25ad5e6af4b89f228be1800" | ||
13 | SRC_URI[sha256sum] = "ee336e68549664e7a19b117adf02edfdeac6307f22e5ba78baca457116914637" | ||
14 | |||
15 | do_install_append() { | ||
16 | if [ -e ${D}${libdir}/charset.alias ] | ||
17 | then | ||
18 | rm -rf ${D}${libdir}/charset.alias | ||
19 | rmdir --ignore-fail-on-non-empty ${D}${libdir} | ||
20 | fi | ||
21 | } | ||