diff options
author | John Klug <john.klug@multitech.com> | 2017-04-11 11:12:26 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-05-23 15:21:54 -0500 |
commit | 6160f537666c4c6ab443e70856f72898db0ed031 (patch) | |
tree | 1fb59e0e1584c9a90c35b85a0fd70cbf9db2c4cf | |
parent | 0f2dca7de250ebb262e4d6e305b15008cc354281 (diff) | |
download | meta-mlinux-6160f537666c4c6ab443e70856f72898db0ed031.tar.gz meta-mlinux-6160f537666c4c6ab443e70856f72898db0ed031.tar.bz2 meta-mlinux-6160f537666c4c6ab443e70856f72898db0ed031.zip |
Fix FILESEXTRAPATHS_prepend
-rw-r--r-- | recipes-extended/lighttpd/lighttpd_%.bbappend | 2 | ||||
-rw-r--r-- | recipes-ruby/ruby-serialport/ruby-serialport_1.3.0.bb (renamed from recipes-ruby/ruby-serialport/ruby-serialport_1.1.0.bb) | 0 |
2 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" diff --git a/recipes-ruby/ruby-serialport/ruby-serialport_1.1.0.bb b/recipes-ruby/ruby-serialport/ruby-serialport_1.3.0.bb index f00c45c..f00c45c 100644 --- a/recipes-ruby/ruby-serialport/ruby-serialport_1.1.0.bb +++ b/recipes-ruby/ruby-serialport/ruby-serialport_1.3.0.bb |