diff options
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/atk/atk_2.8.0.bb (renamed from meta/recipes-support/atk/atk_2.6.0.bb) | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/meta/recipes-support/atk/atk_2.6.0.bb b/meta/recipes-support/atk/atk_2.8.0.bb index be797c7dcf..a190c0a41d 100644 --- a/meta/recipes-support/atk/atk_2.6.0.bb +++ b/meta/recipes-support/atk/atk_2.8.0.bb | |||
@@ -7,15 +7,16 @@ LICENSE = "GPLv2+ & LGPLv2+" | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ |
8 | file://atk/atkutil.c;endline=20;md5=db21b0bdbef9da4dc6eb122debc9f9bc \ | 8 | file://atk/atkutil.c;endline=20;md5=db21b0bdbef9da4dc6eb122debc9f9bc \ |
9 | file://atk/atk.h;endline=20;md5=c58238d688c24387376d6c69d06248a7" | 9 | file://atk/atk.h;endline=20;md5=c58238d688c24387376d6c69d06248a7" |
10 | PR = "r0" | ||
11 | 10 | ||
12 | DEPENDS = "glib-2.0" | 11 | DEPENDS = "glib-2.0" |
13 | 12 | ||
14 | inherit autotools gtk-doc pkgconfig | 13 | inherit autotools gtk-doc pkgconfig |
15 | 14 | ||
16 | SRC_URI = "http://download.gnome.org/sources/atk/2.6/${BPN}-${PV}.tar.xz" | 15 | MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}" |
17 | SRC_URI[md5sum] = "6b34e2a63dda4429b5692be7ca3aa5bf" | 16 | |
18 | SRC_URI[sha256sum] = "eff663f90847620bb68c9c2cbaaf7f45e2ff44163b9ab3f10d15be763680491f" | 17 | SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz" |
18 | SRC_URI[md5sum] = "c652bd25530825d604dae1c1ebd2da02" | ||
19 | SRC_URI[sha256sum] = "b22519176226f3e07cf6d932b77852e6b6be4780977770704b32d0f4e0686df4" | ||
19 | 20 | ||
20 | BBCLASSEXTEND = "native" | 21 | BBCLASSEXTEND = "native" |
21 | 22 | ||