aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gtk+/gtk+.inc
AgeCommit message (Collapse)Author
2010-10-05Adjust rdep/rrec for gtk+* and gtk-icon-cache.bbclassChris Larson
Drop the runtime dependencies / recommendations unless the recipe is for the target. This is necessary because right now bitbake obeys *_${PN}, even if ${PN} is not in PACKAGES. This should kill the unnecessary build of the crosscompiler when doing 'bitbake gtk+-native'. Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-10-04gtk+-native: fix relocationChris Larson
In a sysroot process hook, to deal with relocation: - Re-generate the gdk-pixbuf.loaders file to contain the current sysroot path to the pixbuf loaders directory. - Create wrappers for gdk-pixbuf-csource and gdk-pixbuf-query-loaders utilities, passing along the appropriate environment variables to ensure they too point at the current sysroot path. Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-10-03Revert "gtk+-native: generate wrappers for relocation [v2]"Chris Larson
I give up.
2010-10-03gtk+-native: generate wrappers for relocation [v2]Chris Larson
Generate wrapper scripts for the gdk-pixbuf tools, to ensure they are using the correct paths into the sysroot. Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-10-03Revert gtk+-native wrapper commit temporarilyChris Larson
2010-10-02gtk+-native: generate wrappers for relocationChris Larson
Generate wrapper scripts for the gdk-pixbuf tools, to ensure they are using the correct paths into the sysroot. Signed-off-by: Chris Larson <chris_larson@mentor.com>
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-01gtk+: add 2.20Koen Kooi
2010-03-11gtk+: work around problem with loaders not yet being installed at the point ↵Phil Blundell
where we need to query them
2010-03-11gtk+: generate gdk-pixbuf.loaders during native installPhil Blundell
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-04gtk+: build gtk-demo and package it appropriatelyPhil Blundell
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-07gtk+: unifyRolf Leggewie
2009-09-16gtk+: Implemented INC_PR, require hicolor-icon-theme.Stanislav Brabec
2009-06-04gtk+: Provide gdk-pixbuf in order to avoid conflict with the framebuffer ↵Florian Boor
gdk-pixbuf recipe.
2009-04-02virtual/gail: Introduction of new virtual:Stanislav Brabec
* provided by gtk+ >= 2.13.0 or gail * gtk+ >= 2.13.0 now stages libgailutil * use appropriate PROVIDES and DEPENDS for gail * bump PR to fix packages dependencies
2009-04-01gtk+.inc: Package modules .debug, remove unusable modules .la files.Stanislav Brabec
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>