aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gtk+/gtk+_2.18.6.bb
AgeCommit message (Collapse)Author
2010-09-08gtk+: fix configure problem for native buildSteffen Sledz
Signed-off-by: Steffen Sledz <sledz@dresearch.de> Acked-by: Graeme Gregory <dp@xora.org.uk>
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>
2010-03-12gtk+-native: Override RRECOMMENDS for native recipeKhem Raj
* Remove old style native recipes. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Graeme Gregory <dp@xora.org.uk>
2010-03-11gtk+_2.18.6: add libxext-native to DEPENDSMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-09gtk+: remove special-casing for native installation, declare provider for ↵Phil Blundell
gdk-pixbuf-csource-native when building natively (based on original patch from Graeme Gregory <dp@xora.org.uk> with minor edits)
2010-03-05gtk+: reinstate no-demos patch for gtk+-native, it fails to build without itKoen Kooi
2010-02-22gtk+_2.18.6.bb : fix EXTRA_OECONF for native builds.Graeme Gregory
We dont have a native libjpeg so make sure its disabled.
2010-02-17gtk+-2.18.6: add libxrender-native to virtclass-native dependencies (fails ↵Martin Jansa
to find libx11 without) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-31gtk+: don't install the pixbug-csource tool when building -native, it ↵Koen Kooi
doesn't work properly * the work around involved cleaning up old recipes as well, new-style staging here we come!
2010-01-27gtk+ (-native): add 2.18.6 and convert to new-style stagingKoen Kooi