summaryrefslogtreecommitdiff
path: root/recipes-extended
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2017-04-11 11:12:26 -0500
committerJohn Klug <john.klug@multitech.com>2017-05-23 15:21:54 -0500
commit6160f537666c4c6ab443e70856f72898db0ed031 (patch)
tree1fb59e0e1584c9a90c35b85a0fd70cbf9db2c4cf /recipes-extended
parent0f2dca7de250ebb262e4d6e305b15008cc354281 (diff)
downloadmeta-mlinux-6160f537666c4c6ab443e70856f72898db0ed031.tar.gz
meta-mlinux-6160f537666c4c6ab443e70856f72898db0ed031.tar.bz2
meta-mlinux-6160f537666c4c6ab443e70856f72898db0ed031.zip
Fix FILESEXTRAPATHS_prepend
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/lighttpd/lighttpd_%.bbappend2
1 files changed, 1 insertions, 1 deletions
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"