Move Qt/X11 and Qt/Embedded (known as QtopiaCore) to a qt4 directory. We will see...
authorHolger Freyther <zecke@selfish.org>
Sun, 23 Dec 2007 22:35:09 +0000 (22:35 +0000)
committerHolger Freyther <zecke@selfish.org>
Sun, 23 Dec 2007 22:35:09 +0000 (22:35 +0000)
Besides the name Qt/X11 and Qt/Emebedded (QtopiaCore) are the same package
with a different configure script. The aim is to share configuring, compiling,
staging and packaging between these modules and making it more easy to try a bleeding
qt snapshot.

26 files changed:
packages/qt4/.mtn2git_empty [moved from packages/qt/qt4-x11-free-4.1.2/.mtn2git_empty with 100% similarity]
packages/qt4/qt4-x11-free-4.1.2/.mtn2git_empty [moved from packages/qt/qt4-x11-free-4.3.3/.mtn2git_empty with 100% similarity]
packages/qt4/qt4-x11-free-4.1.2/configurable-cpu-extensions.patch [moved from packages/qt/qt4-x11-free-4.1.2/configurable-cpu-extensions.patch with 100% similarity]
packages/qt4/qt4-x11-free-4.1.2/cross-compile.patch [moved from packages/qt/qt4-x11-free-4.1.2/cross-compile.patch with 100% similarity]
packages/qt4/qt4-x11-free-4.1.2/fix-asm-constraints.patch [moved from packages/qt/qt4-x11-free-4.1.2/fix-asm-constraints.patch with 100% similarity]
packages/qt4/qt4-x11-free-4.1.2/fix-mkspecs.patch [moved from packages/qt/qt4-x11-free-4.1.2/fix-mkspecs.patch with 100% similarity]
packages/qt4/qt4-x11-free-4.1.2/fix-resinit-declaration.patch [moved from packages/qt/qt4-x11-free-4.1.2/fix-resinit-declaration.patch with 100% similarity]
packages/qt4/qt4-x11-free-4.1.2/gcc4_1.patch [moved from packages/qt/qt4-x11-free-4.1.2/gcc4_1.patch with 100% similarity]
packages/qt4/qt4-x11-free-4.1.2/no-qmake.patch [moved from packages/qt/qt4-x11-free-4.1.2/no-qmake.patch with 100% similarity]
packages/qt4/qt4-x11-free-4.1.2/no-tools.patch [moved from packages/qt/qt4-x11-free-4.1.2/no-tools.patch with 100% similarity]
packages/qt4/qt4-x11-free-4.3.3/.mtn2git_empty [moved from packages/qte/qtopia-core/.mtn2git_empty with 100% similarity]
packages/qt4/qt4-x11-free-4.3.3/0001-cross-compile.patch [moved from packages/qt/qt4-x11-free-4.3.3/0001-cross-compile.patch with 100% similarity]
packages/qt4/qt4-x11-free-4.3.3/0002-fix-resinit-declaration.patch [moved from packages/qt/qt4-x11-free-4.3.3/0002-fix-resinit-declaration.patch with 100% similarity]
packages/qt4/qt4-x11-free-4.3.3/0003-no-tools.patch [moved from packages/qt/qt4-x11-free-4.3.3/0003-no-tools.patch with 100% similarity]
packages/qt4/qt4-x11-free-4.3.3/0004-no-qmake.patch [moved from packages/qt/qt4-x11-free-4.3.3/0004-no-qmake.patch with 100% similarity]
packages/qt4/qt4-x11-free-4.3.3/0005-fix-mkspecs.patch [moved from packages/qt/qt4-x11-free-4.3.3/0005-fix-mkspecs.patch with 100% similarity]
packages/qt4/qt4-x11-free-4.3.3/0006-freetype-host-includes.patch [moved from packages/qt/qt4-x11-free-4.3.3/0006-freetype-host-includes.patch with 100% similarity]
packages/qt4/qt4-x11-free-4.3.3/0007-openssl-host-includes.patch [moved from packages/qt/qt4-x11-free-4.3.3/0007-openssl-host-includes.patch with 100% similarity]
packages/qt4/qt4-x11-free_4.1.2.bb [moved from packages/qt/qt4-x11-free_4.1.2.bb with 100% similarity]
packages/qt4/qt4-x11-free_4.3.3.bb [moved from packages/qt/qt4-x11-free_4.3.3.bb with 100% similarity]
packages/qt4/qt4_arch.inc [moved from packages/qt/qt4_arch.inc with 100% similarity]
packages/qt4/qte-functions.inc [new file with mode: 0644]
packages/qt4/qtopia-core/.mtn2git_empty [new file with mode: 0644]
packages/qt4/qtopia-core/linux-oe-qmake.conf [moved from packages/qte/qtopia-core/linux-oe-qmake.conf with 100% similarity]
packages/qt4/qtopia-core_4.2.0.bb [moved from packages/qte/qtopia-core_4.2.0.bb with 100% similarity]
packages/qt4/qtopia-core_4.3.3.bb [moved from packages/qte/qtopia-core_4.3.3.bb with 100% similarity]

diff --git a/packages/qt4/qte-functions.inc b/packages/qt4/qte-functions.inc
new file mode 100644 (file)
index 0000000..f0ffb0e
--- /dev/null
@@ -0,0 +1,11 @@
+def qte_arch(d):
+        import bb, re
+        arch = bb.data.getVar('TARGET_ARCH', d, 1)
+        if re.match("^i.86$", arch):
+                arch = "x86"
+        elif arch == "x86_64":
+                arch = "x86"
+        elif arch == "mipsel":
+                arch = "mips"
+        return arch
+
diff --git a/packages/qt4/qtopia-core/.mtn2git_empty b/packages/qt4/qtopia-core/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29