From 583d9dc3381176c3ef30667838ccf43475edb5b9 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 30 Jul 2014 10:02:30 +0200 Subject: portmap: fix FILESEXTRAPATHS Signed-off-by: Martin Jansa --- .../oe-core/recipes-connectivity/portmap/portmap_6.0.bbappend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-systemd') 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 765f4b3285..f13b51187c 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 } - -- cgit 1.2.3-korg