sharutils_4.15.2.bb 821 B

12345678910111213141516171819202122232425
  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. inherit gettext autotools
  7. SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz \
  8. file://0001-Fix-build-with-clang.patch \
  9. file://CVE-2018-1000097.patch \
  10. file://0001-Fix-build-with-recent-gettext.patch \
  11. "
  12. SRC_URI[md5sum] = "32a51b23e25ad5e6af4b89f228be1800"
  13. SRC_URI[sha256sum] = "ee336e68549664e7a19b117adf02edfdeac6307f22e5ba78baca457116914637"
  14. do_install_append() {
  15. if [ -e ${D}${libdir}/charset.alias ]
  16. then
  17. rm -rf ${D}${libdir}/charset.alias
  18. rmdir --ignore-fail-on-non-empty ${D}${libdir}
  19. fi
  20. }
  21. BBCLASSEXTEND = "native nativesdk"