diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-10-10 15:21:31 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-09 12:33:17 +0000 |
commit | 30588cbbaf27c9d37e5f6d09d649fa37a8e824e8 (patch) | |
tree | d64cef130f88b5f8a716086144cda8476d56a3e8 /meta/recipes-support/atk | |
parent | aa69cba4bd7a191f89d4fad5f484139050de6a81 (diff) | |
download | poky-30588cbbaf27c9d37e5f6d09d649fa37a8e824e8.tar.gz |
atk: update to 2.26.0
Remove --disable-glibtest as ./configure no longer has it.
(From OE-Core rev: 97dbe812e5f964e2d25ae7e8014ca07b7bdc6318)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/atk')
-rw-r--r-- | meta/recipes-support/atk/atk_2.26.0.bb (renamed from meta/recipes-support/atk/atk_2.24.0.bb) | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-support/atk/atk_2.24.0.bb b/meta/recipes-support/atk/atk_2.26.0.bb index d62319c1ff..e014ba032d 100644 --- a/meta/recipes-support/atk/atk_2.24.0.bb +++ b/meta/recipes-support/atk/atk_2.26.0.bb | |||
@@ -12,10 +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] = "3747a80089dfa3c0bbcf21adfff9968b" | 15 | SRC_URI[archive.md5sum] = "ee9c329784dead6e386e8b2e0d4d8d6f" |
16 | SRC_URI[archive.sha256sum] = "bb2daa9a808c73a7a79d2983f333e0ba74be42fc51e3ba1faf2551a636487a49" | 16 | SRC_URI[archive.sha256sum] = "eafe49d5c4546cb723ec98053290d7e0b8d85b3fdb123938213acb7bb4178827" |
17 | 17 | ||
18 | BBCLASSEXTEND = "native" | 18 | BBCLASSEXTEND = "native" |
19 | 19 | ||
20 | EXTRA_OECONF = "--disable-glibtest \ | ||
21 | " | ||