From patchwork Mon Nov 26 19:28:53 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe] systemd-systemctl-native: fix FILESPATH to find systemctl Date: Mon, 26 Nov 2012 19:28:53 -0000 From: Martin Jansa X-Patchwork-Id: 39625 Message-Id: <1353958133-27074-1-git-send-email-Martin.Jansa@gmail.com> To: openembedded-devel@lists.openembedded.org * BPN is not enough and PN was removed in http://git.openembedded.org/openembedded-core/commit/?id=fb359583b659cda643973fa285002aaffb729a51 Signed-off-by: Martin Jansa --- meta-systemd/recipes-core/systemd/systemd-systemctl-native.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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() {