summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-qt/qt4
Commit message (Collapse)AuthorAgeFilesLines
* qt4-embedded, qt4-x11-free, packagegroup-qte-toolchain-target: drop PRINCMartin Jansa2013-04-162-2/+0
| | | | | | | | * as discussed before, PR bumps were merged in oe-core we need to apply this asap so that there is small chance that someone builds it with PR bump and PRINC still in place Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qt4: remove bbappend contentPaul Eggleton2013-04-152-10/+0
| | | | | | | | | | These changes to Qt's configuration need to be applied in distro layers, not in meta-oe. (We have to preserve the PRINC value to avoid PR going backwards.) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qt4: rename bbappends to match new 4.8.4 version from oe-coreMartin Jansa2012-12-122-0/+0
| | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Revert "qt4: rename bbappends to match new 4.8.4 version from oe-core"Koen Kooi2012-12-102-0/+0
| | | | | | The recipes aren't in OE-core yet This reverts commit 421a73c9c3bea13e029cd0505711ef02753949bb.
* qt4: rename bbappends to match new 4.8.4 version from oe-coreMartin Jansa2012-12-072-0/+0
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* qt4-embedded: drop bbappend for 4.8.1Martin Jansa2012-11-221-6/+0
| | | | | | | * 4.8.1 was removed in oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* qt4-x11-free: drop bbappend for 4.8.1Martin Jansa2012-11-221-6/+0
| | | | | | | * 4.8.1 was removed from oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* qt4: add bbappends also for 4.8.3 versionMartin Jansa2012-10-022-0/+12
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qt4: Remove qt-4.7.4 recipes.Elvis Dowson2012-06-142-12/+0
| | | | | | | | | This commit removes the following recipes: qt4-embedded_4.7.4.bbappend qt4-x11-free_4.7.4.bbappend Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* qt4: rename bbappends to match 4.8.1 from oe-coreMartin Jansa2012-04-262-0/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qt bbappends: play nice with bbappends in other layers by incrementing PRINC ↵Koen Kooi2012-04-214-2/+4
| | | | | | instead of overwriting it Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* qmake2: removePaul Eggleton2012-03-218-344/+0
| | | | | | | | qmake is now provided by the qt4-x11-tools package in OE-Core (and has RPROVIDES + RREPLACES), so remove this recipe. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* qt-4.8.0: enable sql features as in 4.7.4Eric Bénard2012-01-262-0/+12
| | | | | Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* qt4: update to 4.7.4Eric BENARD2011-10-042-0/+0
| | | | | | | once oe-core has updated qt4 recipe Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Drop PRIORITY variablePaul Eggleton2011-07-141-1/+0
| | | | | | | | | | | | | | | | As discussed on the mailing list, this variable isn't useful and if wanted would be better implemented by distros using pn-X overrides. This patch executes: find . -regex ".*\.\(bb\|inc\)$" | xargs sed -i '/^PRIORITY = ".*"$/d' against the tree removing the references. Thanks to Phil Blundell for the command. (Prompted by oe-core rev: d122343362669c683acc4af295971a62cbc823fc) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* qmake2: update qt from 4.4.3 to 4.7.3Koen Kooi2011-06-193-22/+76
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* qt4: remove qt4-tools-sdkPaul Eggleton2011-06-192-96/+0
| | | | | | | qt4-tools-sdk has been replaced by qt4-tools-nativesdk in oe-core. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* qt4: replace recipes with bbappendsPaul Eggleton2011-06-1946-1991/+11
| | | | | | | | | | | | | | The only functional difference between these recipes and the ones in oe-core is the addition of PostgreSQL, MySQL and SQLite 2 drivers. Now that we have QT_SQL_DRIVER_FLAGS in the oe-core Qt4 recipes we can replace the overlayed recipes with bbappends which enable the drivers using this variable. (Note: there is no bbappend for qt4-tools-native as this does not build the SQL drivers.) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* qt4: fix 4.7.2 checksumOtavio Salvador2011-05-104-8/+8
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* qt4: drop 4.6 versionsOtavio Salvador2011-05-1012-349/+0
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* qt4-x11-free: fix recipe nameMartin Jansa2011-04-191-0/+0
| | | | | | | * reported by Franz Leitl Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* qt4 4.7: move to 4.7.2 to catch up with oe-coreKoen Kooi2011-04-0710-0/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* move layer into meta-oe in preparation for future splitsKoen Kooi2011-03-1762-0/+2726
As per TSC decision Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>