summaryrefslogtreecommitdiffstats
path: root/recipes-extended/testfloat
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/testfloat')
-rw-r--r--recipes-extended/testfloat/testfloat_2a.bb2
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
18S = "${WORKDIR}/TestFloat-2a" 18S = "${WORKDIR}/TestFloat-2a"
19 19
20do_unpack2(){ 20do_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 {} \;