diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-05-22 13:25:43 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-05-22 13:25:43 -0700 |
commit | 365e9110b9ee938259c306e66a07cac4e2ddc3c0 (patch) | |
tree | 27c84624fad1372bed39effccb52c267b97f13d9 /recipes-extended/testfloat | |
parent | 23ceaa0ecd56b41e3edb44ed0c7216829f7613ad (diff) | |
download | meta-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-extended/testfloat')
-rw-r--r-- | recipes-extended/testfloat/testfloat_2a.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/testfloat/testfloat_2a.bb b/recipes-extended/testfloat/testfloat_2a.bb index 4ed2ceb39..60e9b864b 100644 --- a/recipes-extended/testfloat/testfloat_2a.bb +++ b/recipes-extended/testfloat/testfloat_2a.bb | |||
@@ -18,7 +18,7 @@ SRC_URI[SoftFloat.sha256sum] = "89d14b55113a2ba8cbda7011443ba1d298d381c89d939515 | |||
18 | S = "${WORKDIR}/TestFloat-2a" | 18 | S = "${WORKDIR}/TestFloat-2a" |
19 | 19 | ||
20 | do_unpack2(){ | 20 | do_unpack2(){ |
21 | mv ${WORKDIR}/SoftFloat-2b ${S}/SoftFloat-2b | 21 | mv ${UNPACKDIR}/SoftFloat-2b ${S}/SoftFloat-2b |
22 | cd ${S} | 22 | cd ${S} |
23 | if [ -n "$(which fromdos)" ];then | 23 | if [ -n "$(which fromdos)" ];then |
24 | find -type f -exec fromdos {} \; | 24 | find -type f -exec fromdos {} \; |