diff options
Diffstat (limited to 'meta-systemd/recipes-core')
| -rw-r--r-- | meta-systemd/recipes-core/systemd/systemd-systemctl-native.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-systemd/recipes-core/systemd/systemd-systemctl-native.bb b/meta-systemd/recipes-core/systemd/systemd-systemctl-native.bb index 59405842e9..c9c3317ff4 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" | |||
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" | 4 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" |
| 5 | 5 | ||
| 6 | PR = "r6" | 6 | PR = "r7" |
| 7 | 7 | ||
| 8 | inherit native | 8 | inherit native |
| 9 | 9 | ||
| 10 | # BPN is not enough in this case | ||
| 11 | FILESPATH = "${FILE_DIRNAME}/${PN}/" | ||
| 12 | |||
| 10 | SRC_URI = "file://systemctl" | 13 | SRC_URI = "file://systemctl" |
| 11 | 14 | ||
| 12 | do_install() { | 15 | do_install() { |
