From 5d7686064960f8e239563832a194aa208e351455 Mon Sep 17 00:00:00 2001 From: Jeff Hatch Date: Fri, 26 May 2017 09:04:24 -0500 Subject: Sync up bbappedn with yocto-2.2 version of lighttpd --- recipes-extended/lighttpd/lighttpd_1.4.39.bbappend | 21 --------------------- recipes-extended/lighttpd/lighttpd_1.4.41.bbappend | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 recipes-extended/lighttpd/lighttpd_1.4.39.bbappend create mode 100644 recipes-extended/lighttpd/lighttpd_1.4.41.bbappend (limited to 'recipes-extended') diff --git a/recipes-extended/lighttpd/lighttpd_1.4.39.bbappend b/recipes-extended/lighttpd/lighttpd_1.4.39.bbappend deleted file mode 100644 index 8171f17..0000000 --- a/recipes-extended/lighttpd/lighttpd_1.4.39.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" diff --git a/recipes-extended/lighttpd/lighttpd_1.4.41.bbappend b/recipes-extended/lighttpd/lighttpd_1.4.41.bbappend new file mode 100644 index 0000000..8171f17 --- /dev/null +++ b/recipes-extended/lighttpd/lighttpd_1.4.41.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" -- cgit v1.2.3