systemd-systemctl-native: fix FILESPATH to find systemctl
authorMartin Jansa <martin.jansa@gmail.com>
Mon, 26 Nov 2012 19:28:53 +0000 (19:28 +0000)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:24:50 +0000 (08:24 -0800)
* BPN is not enough and PN was removed in
  http://git.openembedded.org/openembedded-core/commit/?id=fb359583b659cda643973fa285002aaffb729a51

(From meta-openembedded rev: 681ef5d05325c663ae0a223240e46740b08a8946)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-systemd/recipes-core/systemd/systemd-systemctl-native.bb

index 5940584..c9c3317 100644 (file)
@@ -3,10 +3,13 @@ DESCRIPTION = "Wrapper to enable of systemd services"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
 
-PR = "r6"
+PR = "r7"
 
 inherit native
 
+# BPN is not enough in this case
+FILESPATH = "${FILE_DIRNAME}/${PN}/"
+
 SRC_URI = "file://systemctl"
 
 do_install() {