summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/atk/atk_2.8.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/atk/atk_2.8.0.bb')
-rw-r--r--meta/recipes-support/atk/atk_2.8.0.bb9
1 files changed, 4 insertions, 5 deletions
diff --git a/meta/recipes-support/atk/atk_2.8.0.bb b/meta/recipes-support/atk/atk_2.8.0.bb
index a190c0a41d..9a36ae49c2 100644
--- a/meta/recipes-support/atk/atk_2.8.0.bb
+++ b/meta/recipes-support/atk/atk_2.8.0.bb
@@ -10,13 +10,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
10 10
11DEPENDS = "glib-2.0" 11DEPENDS = "glib-2.0"
12 12
13inherit autotools gtk-doc pkgconfig 13inherit gnomebase gtk-doc
14 14
15MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}" 15GNOME_COMPRESS_TYPE = "xz"
16 16
17SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz" 17SRC_URI[archive.md5sum] = "c652bd25530825d604dae1c1ebd2da02"
18SRC_URI[md5sum] = "c652bd25530825d604dae1c1ebd2da02" 18SRC_URI[archive.sha256sum] = "b22519176226f3e07cf6d932b77852e6b6be4780977770704b32d0f4e0686df4"
19SRC_URI[sha256sum] = "b22519176226f3e07cf6d932b77852e6b6be4780977770704b32d0f4e0686df4"
20 19
21BBCLASSEXTEND = "native" 20BBCLASSEXTEND = "native"
22 21