qmake2: add sdk version
authorKoen Kooi <koen@openembedded.org>
Mon, 14 Jul 2008 08:33:53 +0000 (08:33 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 14 Jul 2008 08:33:53 +0000 (08:33 +0000)
packages/qmake/files/0001-fix-mkspecs.patch [moved from packages/qmake/qmake2-native/0001-fix-mkspecs.patch with 100% similarity]
packages/qmake/files/0008-backport-qt-lib-infix.patch [moved from packages/qmake/qmake2-native/0008-backport-qt-lib-infix.patch with 100% similarity]
packages/qmake/files/qt-config.patch [moved from packages/qmake/qmake2-native/qt-config.patch with 100% similarity]
packages/qmake/files/use-lflags-last.patch [moved from packages/qmake/qmake2-native/use-lflags-last.patch with 100% similarity]
packages/qmake/qmake2-native.inc
packages/qmake/qmake2-native_2.10a.bb
packages/qmake/qmake2-sdk/.mtn2git_empty [new file with mode: 0644]
packages/qmake/qmake2-sdk/linux-oe-qmake.conf [new file with mode: 0644]
packages/qmake/qmake2-sdk_2.10a.bb [new file with mode: 0644]

index c609fef..55b4026 100644 (file)
@@ -7,7 +7,6 @@ PR = "r2"
 
 QTVER = "qtopia-core-opensource-src-${QTVERSION}"
 
-FILESDIR += "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/qmake2-native"
 SRC_URI = "ftp://ftp.trolltech.com/qt/source/${QTVER}.tar.gz \
            file://0001-fix-mkspecs.patch;patch=1 \
            file://0008-backport-qt-lib-infix.patch;patch=1 \
index 89b2ae5..07e97c4 100644 (file)
@@ -1,2 +1,3 @@
 QTVERSION="4.3.3"
+FILESDIR += "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/qmake2-native"
 require ${PN}.inc
diff --git a/packages/qmake/qmake2-sdk/.mtn2git_empty b/packages/qmake/qmake2-sdk/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/qmake/qmake2-sdk/linux-oe-qmake.conf b/packages/qmake/qmake2-sdk/linux-oe-qmake.conf
new file mode 100644 (file)
index 0000000..f58481a
--- /dev/null
@@ -0,0 +1 @@
+include(../linux-g++/qmake.conf)
diff --git a/packages/qmake/qmake2-sdk_2.10a.bb b/packages/qmake/qmake2-sdk_2.10a.bb
new file mode 100644 (file)
index 0000000..3c00d81
--- /dev/null
@@ -0,0 +1,4 @@
+QTVERSION="4.3.3"
+require qmake2-native.inc
+
+inherit sdk