mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 07:37:14 +00:00
recipes: Start WORKDIR -> UNPACKDIR transition
Replace references of WORKDIR with UNPACKDIR where it makes sense to do so in preparation for changing the default value of UNPACKDIR. Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -32,6 +32,6 @@ do_install () {
|
||||
install -d ${D}${sysconfdir}/network/if-up.d
|
||||
install -d ${D}${sysconfdir}/default
|
||||
install -c -m 755 ${S}/zeroconf ${D}${sbindir}/zeroconf
|
||||
install -c -m 755 ${WORKDIR}/debian-zeroconf ${D}${sysconfdir}/network/if-up.d/zeroconf
|
||||
install -c ${WORKDIR}/zeroconf-default ${D}${sysconfdir}/default/zeroconf
|
||||
install -c -m 755 ${UNPACKDIR}/debian-zeroconf ${D}${sysconfdir}/network/if-up.d/zeroconf
|
||||
install -c ${UNPACKDIR}/zeroconf-default ${D}${sysconfdir}/default/zeroconf
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user