diff options
author | Cristiana Voicu <cristiana.voicu@intel.com> | 2014-04-18 09:40:32 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-23 11:43:10 +0100 |
commit | 95d85136a4ab62ce60e915755a1252e5472108cc (patch) | |
tree | 11437d59975ff40d61ba1aa03b571cbe2a71b9b6 /meta/recipes-support/atk/atk_2.12.0.bb | |
parent | a4b5173dcba0384589debceebf90e98a2cbadd63 (diff) | |
download | openembedded-core-95d85136a4ab62ce60e915755a1252e5472108cc.tar.gz openembedded-core-95d85136a4ab62ce60e915755a1252e5472108cc.tar.bz2 openembedded-core-95d85136a4ab62ce60e915755a1252e5472108cc.zip |
atk: upgrade to 2.12.0
Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/atk/atk_2.12.0.bb')
-rw-r--r-- | meta/recipes-support/atk/atk_2.12.0.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/recipes-support/atk/atk_2.12.0.bb b/meta/recipes-support/atk/atk_2.12.0.bb new file mode 100644 index 0000000000..9112bbb6c2 --- /dev/null +++ b/meta/recipes-support/atk/atk_2.12.0.bb @@ -0,0 +1,23 @@ +SUMMARY = "Accessibility toolkit for GNOME" +HOMEPAGE = "http://live.gnome.org/GAP/" +BUGTRACKER = "https://bugzilla.gnome.org/" +SECTION = "x11/libs" + +LICENSE = "GPLv2+ & LGPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ + file://atk/atkutil.c;endline=20;md5=db21b0bdbef9da4dc6eb122debc9f9bc \ + file://atk/atk.h;endline=20;md5=c58238d688c24387376d6c69d06248a7" + +DEPENDS = "glib-2.0" + +inherit gnomebase gtk-doc + +GNOME_COMPRESS_TYPE = "xz" + +SRC_URI[archive.md5sum] = "930238dec55fdbf8eda9975b44f07b76" +SRC_URI[archive.sha256sum] = "48a8431974639c5a59c24fcd3ece1a19709872d5dfe78907524d9f5e9993f18f" + +BBCLASSEXTEND = "native" + +EXTRA_OECONF = "--disable-glibtest \ + --disable-introspection" |