diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2017-05-31 14:23:12 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-03 23:46:06 +0100 |
commit | 3488804bf28bc9aab167a9f2f7ca13cb3ef85058 (patch) | |
tree | e40fe84b1d14d8f03826118e28a8443245e7a2b0 | |
parent | be45b1009ecd18d433158ff7699f64df66ea7ba2 (diff) | |
download | poky-3488804bf28bc9aab167a9f2f7ca13cb3ef85058.tar.gz |
atk: Upgrade 2.22 -> 2.24
Bug fix update.
(From OE-Core rev: a55ad0521eed26d8dee3aa9abac9e72bae08669c)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/atk/atk_2.24.0.bb (renamed from meta/recipes-support/atk/atk_2.22.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/atk/atk_2.22.0.bb b/meta/recipes-support/atk/atk_2.24.0.bb index bc80f9535a..d62319c1ff 100644 --- a/meta/recipes-support/atk/atk_2.22.0.bb +++ b/meta/recipes-support/atk/atk_2.24.0.bb | |||
@@ -12,8 +12,8 @@ DEPENDS = "glib-2.0" | |||
12 | 12 | ||
13 | inherit gnomebase gtk-doc gettext upstream-version-is-even gobject-introspection | 13 | inherit gnomebase gtk-doc gettext upstream-version-is-even gobject-introspection |
14 | 14 | ||
15 | SRC_URI[archive.md5sum] = "c7f2adcf75e4058727174cde970e9129" | 15 | SRC_URI[archive.md5sum] = "3747a80089dfa3c0bbcf21adfff9968b" |
16 | SRC_URI[archive.sha256sum] = "d349f5ca4974c9c76a4963e5b254720523b0c78672cbc0e1a3475dbd9b3d44b6" | 16 | SRC_URI[archive.sha256sum] = "bb2daa9a808c73a7a79d2983f333e0ba74be42fc51e3ba1faf2551a636487a49" |
17 | 17 | ||
18 | BBCLASSEXTEND = "native" | 18 | BBCLASSEXTEND = "native" |
19 | 19 | ||