From 9945619a256138bec11b40e038a46fcf1a137ce8 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 26 Nov 2012 19:28:53 +0000 Subject: [PATCH] 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 (From meta-openembedded rev: 681ef5d05325c663ae0a223240e46740b08a8946) Signed-off-by: Martin Jansa Signed-off-by: Koen Kooi Signed-off-by: Patrick Ohly --- .../meta-systemd/recipes-core/systemd/systemd-systemctl-native.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-openembedded/meta-systemd/recipes-core/systemd/systemd-systemctl-native.bb b/meta-openembedded/meta-systemd/recipes-core/systemd/systemd-systemctl-native.bb index 5940584..c9c3317 100644 --- a/meta-openembedded/meta-systemd/recipes-core/systemd/systemd-systemctl-native.bb +++ b/meta-openembedded/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() { -- 2.7.4