* [meta-systemd][PATCH] portmap: fix FILESEXTRAPATHS
@ 2014-07-30 8:02 Martin Jansa
0 siblings, 0 replies; only message in thread
From: Martin Jansa @ 2014-07-30 8:02 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Martin Jansa <Martin.Jansa@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
}
-
--
2.0.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-07-30 8:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-30 8:02 [meta-systemd][PATCH] portmap: fix FILESEXTRAPATHS Martin Jansa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox