From f2b39567a8c496d5070706c7f6f51a4bd273d348 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20M=C3=BCller-Klieser?= Date: Tue, 28 Jun 2016 12:08:46 +0200 Subject: lighttpd: remove fixup, make version agnostic MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With the upsream upgrade to 1.4.39, we do not require the SRC_URI fixup. We now only provide a baseline configuration. Signed-off-by: Stefan Müller-Klieser --- recipes-extended/lighttpd/lighttpd_%.bbappend | 1 + recipes-extended/lighttpd/lighttpd_1.4.36.bbappend | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 recipes-extended/lighttpd/lighttpd_%.bbappend delete mode 100644 recipes-extended/lighttpd/lighttpd_1.4.36.bbappend diff --git a/recipes-extended/lighttpd/lighttpd_%.bbappend b/recipes-extended/lighttpd/lighttpd_%.bbappend new file mode 100644 index 0000000..72d991c --- /dev/null +++ b/recipes-extended/lighttpd/lighttpd_%.bbappend @@ -0,0 +1 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" diff --git a/recipes-extended/lighttpd/lighttpd_1.4.36.bbappend b/recipes-extended/lighttpd/lighttpd_1.4.36.bbappend deleted file mode 100644 index 89d21d1..0000000 --- a/recipes-extended/lighttpd/lighttpd_1.4.36.bbappend +++ /dev/null @@ -1,2 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -SRC_URI_remove = "file://0001-mod_cgi-buffers-data-without-bound.patch" -- cgit v1.2.3