[oe-commits] Martin Jansa : portmap: fix FILESEXTRAPATHS

git at git.openembedded.org git at git.openembedded.org
Wed Jul 30 10:53:12 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: ad280e1b36ce8bbc1cad9266cb499c9b396115e9
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=ad280e1b36ce8bbc1cad9266cb499c9b396115e9

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Jul 30 10:02:30 2014 +0200

portmap: fix FILESEXTRAPATHS

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../oe-core/recipes-connectivity/portmap/portmap_6.0.bbappend         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-systemd/oe-core/recipes-connectivity/portmap/portmap_6.0.bbappend b/meta-systemd/oe-core/recipes-connectivity/portmap/portmap_6.0.bbappend
index 765f4b3..f13b511 100644
--- a/meta-systemd/oe-core/recipes-connectivity/portmap/portmap_6.0.bbappend
+++ b/meta-systemd/oe-core/recipes-connectivity/portmap/portmap_6.0.bbappend
@@ -1,4 +1,4 @@
-FILESEXTRAPATHS := "${THISDIR}/${PN}"
+FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
 
 inherit systemd
 
@@ -9,8 +9,8 @@ SYSTEMD_SERVICE_${PN} = "portmap.service"
 SYSTEMD_AUTO_ENABLE = "disable"
 
 SRC_URI_append = " file://portmap.service"
+
 do_install_append() {
     install -d ${D}${systemd_unitdir}/system
     install -m 0644 ${WORKDIR}/portmap.service ${D}${systemd_unitdir}/system
 }
-



More information about the Openembedded-commits mailing list