summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-05-22 13:25:43 -0700
committerKhem Raj <raj.khem@gmail.com>2024-05-22 13:25:43 -0700
commit365e9110b9ee938259c306e66a07cac4e2ddc3c0 (patch)
tree27c84624fad1372bed39effccb52c267b97f13d9 /recipes-devtools
parent23ceaa0ecd56b41e3edb44ed0c7216829f7613ad (diff)
downloadmeta-freescale-365e9110b9ee938259c306e66a07cac4e2ddc3c0.tar.gz
recipes: Switch WORKDIR use with UNPACKDIR
This is being enforced in master oe-core Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/uuu/uuu-bin_1.5.165.bb8
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes-devtools/uuu/uuu-bin_1.5.165.bb b/recipes-devtools/uuu/uuu-bin_1.5.165.bb
index 2b5feda1..61c3927c 100644
--- a/recipes-devtools/uuu/uuu-bin_1.5.165.bb
+++ b/recipes-devtools/uuu/uuu-bin_1.5.165.bb
@@ -19,14 +19,12 @@ SRC_URI[Linux.sha256sum] = "f863bba022202361d19e5026be0af408d307f78d2dbf2c139fb7
19SRC_URI[Mac.sha256sum] = "62da0bd7e333931fba100823aa50133621c7e6047be0546bc12e29c0ea78a4d8" 19SRC_URI[Mac.sha256sum] = "62da0bd7e333931fba100823aa50133621c7e6047be0546bc12e29c0ea78a4d8"
20SRC_URI[Windows.sha256sum] = "013ed8bb45e21b971b6b3a5802c5f154733913714bece0b020cb770a809cd206" 20SRC_URI[Windows.sha256sum] = "013ed8bb45e21b971b6b3a5802c5f154733913714bece0b020cb770a809cd206"
21 21
22S = "${WORKDIR}"
23
24inherit allarch 22inherit allarch
25 23
26do_install() { 24do_install() {
27 install -D -m 0755 ${WORKDIR}/uuu-${PV} ${D}${libdir}/uuu/uuu 25 install -D -m 0755 ${UNPACKDIR}/uuu-${PV} ${D}${libdir}/uuu/uuu
28 install -D -m 0755 ${WORKDIR}/uuu-${PV}_mac ${D}${libdir}/uuu/uuu_mac 26 install -D -m 0755 ${UNPACKDIR}/uuu-${PV}_mac ${D}${libdir}/uuu/uuu_mac
29 install -D -m 0644 ${WORKDIR}/uuu-${PV}.exe ${D}${libdir}/uuu/uuu.exe 27 install -D -m 0644 ${UNPACKDIR}/uuu-${PV}.exe ${D}${libdir}/uuu/uuu.exe
30} 28}
31 29
32# HACK! We are not aiming to run those binaries during the build but copy then for MFGTOOL bundle. 30# HACK! We are not aiming to run those binaries during the build but copy then for MFGTOOL bundle.