mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 22:36:21 +02:00
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>
24 lines
777 B
BlitzBasic
24 lines
777 B
BlitzBasic
DESCRIPTION = "An accessibility toolkit for GNOME."
|
|
HOMEPAGE = "http://live.gnome.org/GAP/"
|
|
BUGTRACKER = "https://bugzilla.gnome.org/"
|
|
SECTION = "x11/libs"
|
|
|
|
LICENSE = "GPLv2+ & LGPLv2+"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
|
|
file://atk/atkutil.c;endline=20;md5=db21b0bdbef9da4dc6eb122debc9f9bc \
|
|
file://atk/atk.h;endline=20;md5=c58238d688c24387376d6c69d06248a7"
|
|
|
|
DEPENDS = "glib-2.0"
|
|
|
|
inherit gnomebase gtk-doc
|
|
|
|
GNOME_COMPRESS_TYPE = "xz"
|
|
|
|
SRC_URI[archive.md5sum] = "c652bd25530825d604dae1c1ebd2da02"
|
|
SRC_URI[archive.sha256sum] = "b22519176226f3e07cf6d932b77852e6b6be4780977770704b32d0f4e0686df4"
|
|
|
|
BBCLASSEXTEND = "native"
|
|
|
|
EXTRA_OECONF = "--disable-glibtest \
|
|
--disable-introspection"
|