blob: 8f39fde8219240fac00e744d52adce456924068f [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001SUMMARY = "This is the set of GNU shar utilities."
2HOMEPAGE = "http://www.gnu.org/software/sharutils/"
3SECTION = "console/utils"
4LICENSE="GPLv3+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
6
7inherit gettext autotools
8
Brad Bishop26bdd442019-08-16 17:08:17 -04009SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz \
Brad Bishop6e60e8b2018-02-01 10:27:11 -050010 file://0001-Fix-build-with-clang.patch \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080011 file://CVE-2018-1000097.patch \
Brad Bishop6e60e8b2018-02-01 10:27:11 -050012"
13SRC_URI[md5sum] = "32a51b23e25ad5e6af4b89f228be1800"
14SRC_URI[sha256sum] = "ee336e68549664e7a19b117adf02edfdeac6307f22e5ba78baca457116914637"
15
16do_install_append() {
17 if [ -e ${D}${libdir}/charset.alias ]
18 then
19 rm -rf ${D}${libdir}/charset.alias
20 rmdir --ignore-fail-on-non-empty ${D}${libdir}
21 fi
22}
Brad Bishop19323692019-04-05 15:28:33 -040023
24BBCLASSEXTEND = "native nativesdk"