OpenEmbedded: Switch to using linux-uclibceabi and linux-gnu for TARGET_OS
[openembedded.git] / recipes / qmake / qmake-native_1.07a.bb
index a80bb1b..bb3e79b 100644 (file)
@@ -18,7 +18,7 @@ EXTRA_OEMAKE = "-e"
 
 do_configure() {
        # Install the OE build templates
-       for template in linux-oe-g++ linux-uclibc-oe-g++ linux-gnueabi-oe-g++ linux-uclibcgnueabi-oe-g++
+       for template in linux-oe-g++ linux-uclibc-oe-g++ linux-gnueabi-oe-g++ linux-uclibceabi-oe-g++
        do
                install -d ${S}/mkspecs/$template
                install -m 0644 ${WORKDIR}/linux-oe-qmake.conf ${S}/mkspecs/$template/qmake.conf