summaryrefslogtreecommitdiff
path: root/meta/recipes-support/atk
Commit message (Collapse)AuthorAgeFilesLines
* atk: add native / disable introspection / merge atk.inc->recipe / change licenseAndreas Müller2012-02-022-17/+13
| | | | | | | | | | | | | | Native support currently is appended in meta-oe. Native build failed with: | /usr/share/gir-1.0/GLib-2.0.gir:9:1: error: Unsupported version '1.1' | /usr/share/gir-1.0/GLib-2.0.gir:9:39: error: Unsupported version '1.1' | error parsing file Atk-1.0.gir: Failed to parse included gir GLib-2.0 | make[3]: *** [Atk-1.0.typelib] Error 1 build tested in meta-oe / angstrom environment Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* recipes: bump PR after python upgradeMartin Jansa2011-10-311-0/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* atk: Upgrade 1.32.0 -> 2.2.0Richard Purdie2011-10-143-646/+13
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* atk: add missing SOB line to remove.G_CONST_RETURN.patchMartin Jansa2011-10-101-0/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* atk: add patch to replace G_CONST_RETURN with constMartin Jansa2011-09-302-1/+632
| | | | | | | * otherwise build fails when glib is 2.30.0 or newer (and G_DISABLE_DEPRECATED is enabled - like in atk) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Drop PRIORITY variableRichard Purdie2011-07-011-1/+0
| | | | | | | | | | | | | | As discussed on the mailing list, this variable isn't useful and if wanted would be better implemented by distros using pn-X overrides. This patch executes: find . -regex ".*\.\(bb\|inc\)$" | xargs sed -i '/^PRIORITY = ".*"$/d' against the tree removing the referenced. Thanks to Phil Blundell for the command. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Update SRC_URIs to use BPN instead of PNRichard Purdie2011-03-141-1/+1
| | | | | | [YOCTO #860] Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* SRC_URI Checksums AdditionalsSaul Wold2010-12-091-0/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* atk: Update to 1.32.0Zhai Edwin2010-11-221-1/+1
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* packages: Separate out most of the remaining packages into recipesRichard Purdie2010-09-012-0/+24
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>