aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/qt4/qt4-x11-free_4.5.2.bb
AgeCommit message (Collapse)Author
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-11-12qt4: bump PRKoen Kooi
2009-08-10qt4: Hack out the pg_config invocation on configureHolger Hans Peter Freyther
Currently the configure script of Qt is invoking pg_config which is a native application and not staged. Even though we pass the directory with the header files we will fail the postgres test as pg_config from the host will tell us something about /usr/include. There is no need for us to check pg_config, hack it out.
2009-08-01qt4: Use require instead of include to fail on missing includesHolger Hans Peter Freyther
2009-07-31qt4: Qt4.5 is released under LGPLv2.1 and GPLv3Holger Hans Peter Freyther
Update licensing bits on the Qt classes.
2009-07-23qt*gles: rename to .disabled till the qt4 stuff becomes less magicalKoen Kooi
2009-07-07qt4: updated version to 4.5.2.Ihar Hrachyshka
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Signed-off-by: Koen Kooi <koen@openembedded.org>