diff options
author | Ross Burton <ross.burton@intel.com> | 2013-06-14 18:30:41 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-17 16:45:37 +0100 |
commit | 6d1f9d5c7dbf63a3c023ff16edb69ae840a07cb0 (patch) | |
tree | 3e97c8f34611db05b48f78257f468b059c65dfad /meta | |
parent | 37d244d9d38e40e255fedb3f3af4db245820833b (diff) | |
download | poky-6d1f9d5c7dbf63a3c023ff16edb69ae840a07cb0.tar.gz |
atk: inherit gnomebase
This recipe was missing a dependency on gnome-common, so lets just inherit
gnomebase and get both it and GNOME SRC_URI handling for free.
(From OE-Core rev: 7edc510839f7cd3f83265d634ca0c8accfb2f8c3)
Signed-off-by: Ross Burton <ross.burton@intel.com>
[sgw - atk: add archive tag to SRC_URI checksums]
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/atk/atk_2.8.0.bb | 9 |
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 | ||
11 | DEPENDS = "glib-2.0" | 11 | DEPENDS = "glib-2.0" |
12 | 12 | ||
13 | inherit autotools gtk-doc pkgconfig | 13 | inherit gnomebase gtk-doc |
14 | 14 | ||
15 | MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}" | 15 | GNOME_COMPRESS_TYPE = "xz" |
16 | 16 | ||
17 | SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz" | 17 | SRC_URI[archive.md5sum] = "c652bd25530825d604dae1c1ebd2da02" |
18 | SRC_URI[md5sum] = "c652bd25530825d604dae1c1ebd2da02" | 18 | SRC_URI[archive.sha256sum] = "b22519176226f3e07cf6d932b77852e6b6be4780977770704b32d0f4e0686df4" |
19 | SRC_URI[sha256sum] = "b22519176226f3e07cf6d932b77852e6b6be4780977770704b32d0f4e0686df4" | ||
20 | 19 | ||
21 | BBCLASSEXTEND = "native" | 20 | BBCLASSEXTEND = "native" |
22 | 21 | ||