ln -sf instead of -s in qmake-native, to stop failing on links that exist.
authorChris Lord <chris@openedhand.com>
Thu, 2 Sep 2004 17:16:34 +0000 (17:16 +0000)
committerChris Lord <chris@openedhand.com>
Thu, 2 Sep 2004 17:16:34 +0000 (17:16 +0000)
BKrev: 41375572C04g_vGBNLm_mZ2zsPWDbw

qmake/qmake-native_3.2.3.oe

index 207eb58..b99c434 100644 (file)
@@ -25,11 +25,11 @@ do_configure() {
        install -d ${S}/mkspecs/linux-uclibc-oe-g++
        install -m 0644 ${WORKDIR}/linux-oe-qmake.conf \
                ${S}/mkspecs/linux-oe-g++/qmake.conf
-       ln -s ../linux-g++/qplatformdefs.h \
+       ln -sf ../linux-g++/qplatformdefs.h \
                ${S}/mkspecs/linux-oe-g++/qplatformdefs.h
-       ln -s ../linux-oe-g++/qmake.conf \
+       ln -sf ../linux-oe-g++/qmake.conf \
                ${S}/mkspecs/linux-uclibc-oe-g++/qmake.conf
-       ln -s ../linux-g++/qplatformdefs.h \
+       ln -sf ../linux-g++/qplatformdefs.h \
                ${S}/mkspecs/linux-uclibc-oe-g++/qplatformdefs.h
 
        QMAKESPEC=