From f646497ebe70af45fc3a52016dcaf3e89c6a2cc8 Mon Sep 17 00:00:00 2001 From: zangrc Date: Fri, 13 Nov 2020 22:03:57 +0800 Subject: zile: upgrade 2.4.14 -> 2.4.15 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-oe/recipes-support/zile/zile_2.4.14.bb | 25 ------------------------- meta-oe/recipes-support/zile/zile_2.4.15.bb | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 meta-oe/recipes-support/zile/zile_2.4.14.bb create mode 100644 meta-oe/recipes-support/zile/zile_2.4.15.bb diff --git a/meta-oe/recipes-support/zile/zile_2.4.14.bb b/meta-oe/recipes-support/zile/zile_2.4.14.bb deleted file mode 100644 index acd491498e..0000000000 --- a/meta-oe/recipes-support/zile/zile_2.4.14.bb +++ /dev/null @@ -1,25 +0,0 @@ -SUMMARY = "Zile is lossy Emacs" -HOMEPAGE = "http://zile.sourceforge.net/" -DEPENDS = "ncurses bdwgc" - -LICENSE = "GPLv3" -LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" - -SRC_URI = "${GNU_MIRROR}/zile/${BP}.tar.gz \ - file://remove-help2man.patch \ -" - -SRC_URI[md5sum] = "c7d7eec93231c6878f255978d9747a73" -SRC_URI[sha256sum] = "7a78742795ca32480f2bab697fd5e328618d9997d6f417cf1b14e9da9af26b74" - -inherit autotools pkgconfig - -do_install_append() { - rm -rf ${D}${libdir}/charset.alias - rmdir --ignore-fail-on-non-empty ${D}${libdir} || true -} - -PACKAGECONFIG ??= "" -PACKAGECONFIG_append = " ${@bb.utils.filter('DISTRO_FEATURES', 'acl', d)}" - -PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl," diff --git a/meta-oe/recipes-support/zile/zile_2.4.15.bb b/meta-oe/recipes-support/zile/zile_2.4.15.bb new file mode 100644 index 0000000000..41c4b76d2a --- /dev/null +++ b/meta-oe/recipes-support/zile/zile_2.4.15.bb @@ -0,0 +1,25 @@ +SUMMARY = "Zile is lossy Emacs" +HOMEPAGE = "http://zile.sourceforge.net/" +DEPENDS = "ncurses bdwgc" + +LICENSE = "GPLv3" +LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" + +SRC_URI = "${GNU_MIRROR}/zile/${BP}.tar.gz \ + file://remove-help2man.patch \ +" + +SRC_URI[md5sum] = "05efa90dfee1821ca018b0b2ef8f50a8" +SRC_URI[sha256sum] = "39c300a34f78c37ba67793cf74685935a15568e14237a3a66fda8fcf40e3035e" + +inherit autotools pkgconfig + +do_install_append() { + rm -rf ${D}${libdir}/charset.alias + rmdir --ignore-fail-on-non-empty ${D}${libdir} || true +} + +PACKAGECONFIG ??= "" +PACKAGECONFIG_append = " ${@bb.utils.filter('DISTRO_FEATURES', 'acl', d)}" + +PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl," -- cgit v1.2.3-54-g00ecf