mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
recipes: Switch away from S = WORKDIR
Make it dependent on UNPACKDIR instead Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -7,9 +7,10 @@ inherit nativesdk
|
||||
|
||||
SRC_URI = "file://systemctl"
|
||||
|
||||
S = "${WORKDIR}"
|
||||
S = "${WORKDIR}/sources"
|
||||
UNPACKDIR = "${S}"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${bindir}
|
||||
install -m 0755 ${WORKDIR}/systemctl ${D}${bindir}
|
||||
install -m 0755 ${UNPACKDIR}/systemctl ${D}${bindir}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user