summaryrefslogtreecommitdiff
path: root/qmake/qmake-native_3.2.3.oe
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/qmake-native_3.2.3.oe')
-rw-r--r--qmake/qmake-native_3.2.3.oe19
1 files changed, 9 insertions, 10 deletions
diff --git a/qmake/qmake-native_3.2.3.oe b/qmake/qmake-native_3.2.3.oe
index 381c09ba97..da48f558b3 100644
--- a/qmake/qmake-native_3.2.3.oe
+++ b/qmake/qmake-native_3.2.3.oe
@@ -5,8 +5,7 @@ LICENSE = "GPL/QPL"
SRC_URI = \
"ftp://ftp.trolltech.com/pub/qt/source/qt-embedded-free-${PV}.tar.bz2 \
- file://${FILESDIR}/linux-oe-qmake.conf \
- file://${FILESDIR}/linux-oe-qplatformdefs.h"
+ file://${FILESDIR}/linux-oe-qmake.conf"
S = "${WORKDIR}/qt-embedded-free-${PV}"
@@ -23,16 +22,16 @@ EXTRA_OEMAKE = "-e"
do_configure() {
# Install the OE build templates (linux, linux-uclibc)
- install -d ${S}/mkspecs/qws/linux-oe-g++
- install -d ${S}/mkspecs/qws/linux-uclibc-oe-g++
+ install -d ${S}/mkspecs/linux-oe-g++
+ install -d ${S}/mkspecs/linux-uclibc-oe-g++
install -m 0644 ${WORKDIR}/linux-oe-qmake.conf \
- ${S}/mkspecs/qws/linux-oe-g++/qmake.conf
- ln -s ../../linux-g++/qplatformdefs.h \
- ${S}/mkspecs/qws/linux-oe-g++/qplatformdefs.h
+ ${S}/mkspecs/linux-oe-g++/qmake.conf
+ ln -s ../linux-g++/qplatformdefs.h \
+ ${S}/mkspecs/linux-oe-g++/qplatformdefs.h
ln -s ../linux-oe-g++/qmake.conf \
- ${S}/mkspecs/qws/linux-uclibc-oe-g++/qmake.conf
- ln -s ../../linux-g++/qplatformdefs.h \
- ${S}/mkspecs/qws/linux-uclibc-oe-g++/qplatformdefs.h
+ ${S}/mkspecs/linux-uclibc-oe-g++/qmake.conf
+ ln -s ../linux-g++/qplatformdefs.h \
+ ${S}/mkspecs/linux-uclibc-oe-g++/qplatformdefs.h
QMAKESPEC=
PLATFORM=${HOST_OS}-oe-g++