From: Martin Jansa Date: Mon, 26 Nov 2012 19:28:53 +0000 (+0000) Subject: systemd-systemctl-native: fix FILESPATH to find systemctl X-Git-Tag: rev_ivi_2015_02_04~4051 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9945619a256138bec11b40e038a46fcf1a137ce8;p=scm%2Fbb%2Ftizen-distro.git 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 --- 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() {