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:44:36 +0100 |
commit | 7edc510839f7cd3f83265d634ca0c8accfb2f8c3 (patch) | |
tree | aed79c69feddf4f2ab9a0bdc103f02284c379196 /meta | |
parent | 99fb3e7408d9fe1b7754dc3994f79e6d5f5b3593 (diff) | |
download | openembedded-core-7edc510839f7cd3f83265d634ca0c8accfb2f8c3.tar.gz openembedded-core-7edc510839f7cd3f83265d634ca0c8accfb2f8c3.tar.bz2 openembedded-core-7edc510839f7cd3f83265d634ca0c8accfb2f8c3.zip |
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.
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>
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 \ DEPENDS = "glib-2.0" -inherit autotools gtk-doc pkgconfig +inherit gnomebase gtk-doc -MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}" +GNOME_COMPRESS_TYPE = "xz" -SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz" -SRC_URI[md5sum] = "c652bd25530825d604dae1c1ebd2da02" -SRC_URI[sha256sum] = "b22519176226f3e07cf6d932b77852e6b6be4780977770704b32d0f4e0686df4" +SRC_URI[archive.md5sum] = "c652bd25530825d604dae1c1ebd2da02" +SRC_URI[archive.sha256sum] = "b22519176226f3e07cf6d932b77852e6b6be4780977770704b32d0f4e0686df4" BBCLASSEXTEND = "native" |