]> code.ossystems Code Review - openembedded-core.git/commit
qt4 core lib: add qt4 core library x11 version.
authorYu Ke <ke.yu@intel.com>
Wed, 25 Aug 2010 03:12:59 +0000 (11:12 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 27 Aug 2010 12:29:51 +0000 (13:29 +0100)
commit46bdf066a442e3f8c4d3edefa8d0f8a9908361cb
tree10fe121935b1718d36212dd9da9ffb181573e96a
parent51e05bbe6c4c78a59114a9197dfd0457506d089c
qt4 core lib: add qt4 core library x11 version.

QT is a comprehensive cross-platform C++ application framework. this commit add QT4 library compiled with X11 options.

The code is ported from OE version, with following changes:
   - remove the obsolate configure options, e.g. -embedded, -qdbus, etc
   - remove the poky unsupported configuree option, e.g. mysql, postgresql etc
   - revise the arch detection func, to support powerpc, x86_64
   - other format cleanup

Signed-off-by: Yu Ke <ke.yu@intel.com>
17 files changed:
meta-lsb/packages/qt4/files/0001-cross-compile.patch [new file with mode: 0644]
meta-lsb/packages/qt4/files/0002-fix-resinit-declaration.patch [new file with mode: 0644]
meta-lsb/packages/qt4/files/0004-no-qmake.patch [new file with mode: 0644]
meta-lsb/packages/qt4/files/0006-freetype-host-includes.patch [new file with mode: 0644]
meta-lsb/packages/qt4/files/0008-qt-lib-infix.patch [new file with mode: 0644]
meta-lsb/packages/qt4/files/0009-support-2bpp.patch [new file with mode: 0644]
meta-lsb/packages/qt4/files/0010-no-simpledecoration-example.patch [new file with mode: 0644]
meta-lsb/packages/qt4/files/fix-config-tests.patch [new file with mode: 0644]
meta-lsb/packages/qt4/files/g++.conf [new file with mode: 0644]
meta-lsb/packages/qt4/files/hack-out-pg_config.patch [new file with mode: 0644]
meta-lsb/packages/qt4/files/linux.conf [new file with mode: 0644]
meta-lsb/packages/qt4/files/qt-config.patch [new file with mode: 0644]
meta-lsb/packages/qt4/qt-4.6.3.inc [new file with mode: 0644]
meta-lsb/packages/qt4/qt4-x11-free-4.6.3/linux.conf [new file with mode: 0644]
meta-lsb/packages/qt4/qt4-x11-free.inc [new file with mode: 0644]
meta-lsb/packages/qt4/qt4-x11-free_4.6.3.bb [new file with mode: 0644]
meta-lsb/packages/qt4/qt4.inc [new file with mode: 0644]