From 6160f537666c4c6ab443e70856f72898db0ed031 Mon Sep 17 00:00:00 2001 From: John Klug Date: Tue, 11 Apr 2017 11:12:26 -0500 Subject: Fix FILESEXTRAPATHS_prepend --- recipes-extended/lighttpd/lighttpd_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-extended') diff --git a/recipes-extended/lighttpd/lighttpd_%.bbappend b/recipes-extended/lighttpd/lighttpd_%.bbappend index 473a113..8171f17 100644 --- a/recipes-extended/lighttpd/lighttpd_%.bbappend +++ b/recipes-extended/lighttpd/lighttpd_%.bbappend @@ -6,7 +6,7 @@ RDEPENDS_${PN} += " openssl logrotate " EXTRA_OECONF += "--with-openssl" -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}" +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" SRC_URI += "file://lighttpd.logrotate.conf \ file://lighttpd.default" -- cgit v1.2.3