From 37dc88b8b9ef46d3722c1a349719fa0aa10c7c3a Mon Sep 17 00:00:00 2001 From: Patrick Murphy Date: Thu, 11 Jun 2020 15:35:52 -0500 Subject: iterated lighttpd_1.4.41bbappend to lighttpd1.4.48bbappend --- recipes-extended/lighttpd/lighttpd_1.4.41.bbappend | 21 --------------------- recipes-extended/lighttpd/lighttpd_1.4.48.bbappend | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 recipes-extended/lighttpd/lighttpd_1.4.41.bbappend create mode 100644 recipes-extended/lighttpd/lighttpd_1.4.48.bbappend diff --git a/recipes-extended/lighttpd/lighttpd_1.4.41.bbappend b/recipes-extended/lighttpd/lighttpd_1.4.41.bbappend deleted file mode 100644 index d6d4f02..0000000 --- a/recipes-extended/lighttpd/lighttpd_1.4.41.bbappend +++ /dev/null @@ -1,21 +0,0 @@ -PR .= ".mlinux1" - -# build with openssl support -DEPENDS += " openssl " -RDEPENDS_${PN} += " openssl logrotate " - -EXTRA_OECONF += "--with-openssl" - -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" - -SRC_URI += "file://lighttpd.logrotate.conf \ - file://lighttpd.default" - -do_install_append() { - install -d ${D}${sysconfdir}/logrotate.d - install -d ${D}${sysconfdir}/default - install -m 0644 ${WORKDIR}/lighttpd.logrotate.conf ${D}${sysconfdir}/logrotate.d/lighttpd.conf - install -m 0644 ${WORKDIR}/lighttpd.default ${D}${sysconfdir}/default/lighttpd -} - -CONFFILES_${PN} += "${sysconfdir}/default/lighttpd ${sysconfdir}/logrotate.d/lighttpd.conf ${sysconfdir}/init.d/lighttpd" diff --git a/recipes-extended/lighttpd/lighttpd_1.4.48.bbappend b/recipes-extended/lighttpd/lighttpd_1.4.48.bbappend new file mode 100644 index 0000000..d6d4f02 --- /dev/null +++ b/recipes-extended/lighttpd/lighttpd_1.4.48.bbappend @@ -0,0 +1,21 @@ +PR .= ".mlinux1" + +# build with openssl support +DEPENDS += " openssl " +RDEPENDS_${PN} += " openssl logrotate " + +EXTRA_OECONF += "--with-openssl" + +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +SRC_URI += "file://lighttpd.logrotate.conf \ + file://lighttpd.default" + +do_install_append() { + install -d ${D}${sysconfdir}/logrotate.d + install -d ${D}${sysconfdir}/default + install -m 0644 ${WORKDIR}/lighttpd.logrotate.conf ${D}${sysconfdir}/logrotate.d/lighttpd.conf + install -m 0644 ${WORKDIR}/lighttpd.default ${D}${sysconfdir}/default/lighttpd +} + +CONFFILES_${PN} += "${sysconfdir}/default/lighttpd ${sysconfdir}/logrotate.d/lighttpd.conf ${sysconfdir}/init.d/lighttpd" -- cgit v1.2.3