diff options
Diffstat (limited to 'meta-oe/recipes-devtools/systemd/nativesdk-systemd-systemctl.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/systemd/nativesdk-systemd-systemctl.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/systemd/nativesdk-systemd-systemctl.bb b/meta-oe/recipes-devtools/systemd/nativesdk-systemd-systemctl.bb index f7160f508b..3360ccf357 100644 --- a/meta-oe/recipes-devtools/systemd/nativesdk-systemd-systemctl.bb +++ b/meta-oe/recipes-devtools/systemd/nativesdk-systemd-systemctl.bb | |||
| @@ -7,9 +7,10 @@ inherit nativesdk | |||
| 7 | 7 | ||
| 8 | SRC_URI = "file://systemctl" | 8 | SRC_URI = "file://systemctl" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}" | 10 | S = "${WORKDIR}/sources" |
| 11 | UNPACKDIR = "${S}" | ||
| 11 | 12 | ||
| 12 | do_install() { | 13 | do_install() { |
| 13 | install -d ${D}${bindir} | 14 | install -d ${D}${bindir} |
| 14 | install -m 0755 ${WORKDIR}/systemctl ${D}${bindir} | 15 | install -m 0755 ${UNPACKDIR}/systemctl ${D}${bindir} |
| 15 | } | 16 | } |
