summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2012-11-26 19:28:53 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-11-27 12:45:15 +0100
commit681ef5d05325c663ae0a223240e46740b08a8946 (patch)
tree24fa12ef4485b4255fa5f22b751b2f45bde9d0c3
parentb670b48220004890055e0a869794e67e51cfce71 (diff)
downloadmeta-openembedded-681ef5d05325c663ae0a223240e46740b08a8946.tar.gz
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@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--meta-systemd/recipes-core/systemd/systemd-systemctl-native.bb5
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 59405842e..c9c3317ff 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"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" 4LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
5 5
6PR = "r6" 6PR = "r7"
7 7
8inherit native 8inherit native
9 9
10# BPN is not enough in this case
11FILESPATH = "${FILE_DIRNAME}/${PN}/"
12
10SRC_URI = "file://systemctl" 13SRC_URI = "file://systemctl"
11 14
12do_install() { 15do_install() {