summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-gnome
Commit message (Collapse)AuthorAgeFilesLines
* libgudev: skip recipe for distros not using systemd as initAndreas Müller2015-10-131-1/+3
| | | | | | | for those systems udev provides libgudev Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gtkextra: blacklist, fails to build with gcc-5Martin Jansa2015-10-131-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgudev: exclude use with systemd <=220Adrian2015-10-131-0/+2
| | | | | Signed-off-by: Adrian Freihofer <adrian.freihofer@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgudev: initial add 230Andreas Müller2015-09-231-0/+11
| | | | | | | libgudev was splitted out from systemd into a separate package Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libunique: add a recipe from oe-coreAlexander Kanavin2015-09-084-0/+612
| | | | | Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-oe: use BPN in SRC_URIRobert Yang2014-07-151-1/+1
| | | | | | | | | | | | Fixed SRC_URI: * ${PN} -> ${BPN}, use ${BP} if it was ${PN}-${PV} * ${P} -> ${BP} Otherwise we would meet do_fetch errors when we do the multilib, native or nativesdk build. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gtkextra: add missing dependency on gobject-introspection-stubRichard Purdie2014-06-211-1/+1
| | | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: add missing pkgconfig class inheritsRichard Purdie2014-06-211-1/+1
| | | | | | | | * These recipes all use pkg-config in some way but were missing dependencies on the tool, this patch adds them. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issuesMatthieu CRAPET2014-02-233-3/+3
| | | | | | | | | | | | | Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gtkextra: initial add v3.0.5Jack Mitchell2013-11-182-0/+28
| | | | | Signed-off-by: Jack Mitchell <jmitchell@cbnl.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* atkmm: add glibmm to DEPENDSAndreas Müller2013-06-201-1/+1
| | | | | | | | | error was: | configure:15671: error: Package requirements (atk >= 1.12 glibmm-2.4 >= 2.36) were not met: | | No package 'glibmm-2.4' found Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* gtkhtml2: fix build with glib 2.36Andreas Müller2013-05-212-1/+34
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gtkmm: update to 2.24.3Andreas Müller2013-05-212-31/+20
| | | | | | | build test of pavucontrol and gnome-system-monitor which depend on gtkmm Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* atkmm: initial add 2.22.7Andreas Müller2013-05-211-0/+19
| | | | | | | it is required for the update of gtkmm in the following patch Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gtkmm: merge gtkmm.inc into recipe - and cleanup a bitAndreas Müller2013-05-212-31/+26
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: Unify indentationMartin Jansa2013-04-152-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | * This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
* gtkhtml2: add, from oe-coreRoss Burton2013-02-161-0/+38
| | | | | | | Nothing in oe-core uses this anymore, but claws-mail in meta-oe does. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: few more PR bumps to rebuild after libffi5 -> libffi6Martin Jansa2012-09-201-1/+1
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* recipes: bump PR to rebuild .la files without libz.laMartin Jansa2012-02-131-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* In LICENSE "&&" should be replaced with "&" [forgot .inc files]Andrei Gherzan2012-01-241-1/+1
| | | | | | | In this way meta-oe recipes will be parsed correctly in yocto. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gtkmm: add 2.20.0Koen Kooi2011-07-122-0/+36
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* move various GNOME recipes to meta-gnomeKoen Kooi2011-06-0922-2574/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gtk+ 2.20.x: drop from layer to align with oe-coreKoen Kooi2011-06-0816-1093/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gobject-introspection: move to recipes-gnome to match oe-core structureMartin Jansa2011-06-023-0/+85
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* librsvg: replace .bb with smaller .bbappendMartin Jansa2011-05-311-0/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* policykit: drop recipes, oe-core has newer versions named right polkitMartin Jansa2011-05-282-92/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gconf: depend on polkit not policykitMartin Jansa2011-05-281-2/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-oe: catch up with POKYBASE -> COREBASE renamingKoen Kooi2011-04-211-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* move layer into meta-oe in preparation for future splitsKoen Kooi2011-03-1736-0/+3672
As per TSC decision Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>