[oe-commits] Martin Jansa : systemd-systemctl-native: fix FILESPATH to find systemctl

git at git.openembedded.org git at git.openembedded.org
Tue Nov 27 11:47:45 UTC 2012


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

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Mon Nov 26 19:28:53 2012 +0000

systemd-systemctl-native: fix FILESPATH to find systemctl

* BPN is not enough and PN was removed in
  http://git.openembedded.org/openembedded-core/commit/?id=fb359583b659cda643973fa285002aaffb729a51

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../systemd/systemd-systemctl-native.bb            |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/meta-systemd/recipes-core/systemd/systemd-systemctl-native.bb b/meta-systemd/recipes-core/systemd/systemd-systemctl-native.bb
index 5940584..c9c3317 100644
--- a/meta-systemd/recipes-core/systemd/systemd-systemctl-native.bb
+++ b/meta-systemd/recipes-core/systemd/systemd-systemctl-native.bb
@@ -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() {





More information about the Openembedded-commits mailing list