mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
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:
parent
b670b48220
commit
681ef5d053
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user