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>
This commit is contained in:
Martin Jansa 2012-11-26 19:28:53 +00:00 committed by Koen Kooi
parent b670b48220
commit 681ef5d053

View File

@ -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() {