aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/qt4/qt4-x11-free-gles_4.6.0.bb
AgeCommit message (Collapse)Author
2010-04-12recipes: move checksums to recipes from checksums.ini, part 2 manual adjustementMartin Jansa
* all: multiple checked items in SRC_URI (needs name= param) * other fixes like non-existent URL, checksums moved ot .inc or included .bb (ie for -native) * ... * tested with micro/micro-uclibc/Angstrom/SHR with SOURCE_MIRROR_FETCH="True" (ignoring COMPATIBLE_* * also tested -c fetch with s/SRC_URI_append_[^ ]*/SRC_URI_append/g and s/SRC_URI_[^ ]*/SRC_URI_append/g to catch all URLs used only for distro/machine/virtual override (see http://build.shr-project.org/tests/jama/SRC_URI.removeOverrides.patch) * in case I downloaded different checksum then what was in checksums.ini I used the old one from checksums.ini and put my checksum in comment * I'll send to ML list of recipes which cannot be downloaded (weren't converted) and where I got different checksums Signed-off-by: Martin Jansa <Martin.Jansa@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>
2010-02-17qt4: add 4.6.2Koen Kooi
* fix 4.6.1 references in 4.6.0 files as well * make qt-config.patch work with QT_NO_CAST_{TO,FROM},ASCII strict checking
2010-01-26qt 4.6.1: add recipes based on 4.6.0 onesKoen Kooi
2010-01-07qt4: Make the gles variants for Embedded and X11 provide the normal variantHolger Hans Peter Freyther
This way a distribution/user can set PREFERRED_PROVIDER_qt4-embedded = "qt4-embedded-gles" to select the GLES/OpenVG runtime. The default is qt4-embedded as GLES require a dedicated library most of the time provided as a binary blob by the vendor requiring the user to manually download and store it at the right place. For X11 we already have a PREFERRED_PROVIDER setting in place and don't need to update. Acked-by: Koen Kooi <koen@openembedded.org>
2010-01-05qt 4.6.0: backport a few patches from git, mainly QGL relatedKoen Kooi
2009-12-23qt4-x11 4.6.0: bump PR for Xorg changesKoen Kooi
2009-12-14qt 4.6.0: fix packaging, staging and x11 buildKoen Kooi
2009-12-10qt 4.6.0: make it build, add GLES versionsKoen Kooi
* recipes still need lots of cleanup and fixes, help welcome