From 15f09b1cfe373cd782ac73bb689406be664615d2 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Sun, 29 Jan 2012 01:00:53 +0100 Subject: atk: add native / disable introspection / merge atk.inc->recipe / change license MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Native support currently is appended in meta-oe. Native build failed with: | /usr/share/gir-1.0/GLib-2.0.gir:9:1: error: Unsupported version '1.1' | /usr/share/gir-1.0/GLib-2.0.gir:9:39: error: Unsupported version '1.1' | error parsing file Atk-1.0.gir: Failed to parse included gir GLib-2.0 | make[3]: *** [Atk-1.0.typelib] Error 1 build tested in meta-oe / angstrom environment (From OE-Core rev: a69108ea388fce9034ecc8670f1149fabae55e1b) Signed-off-by: Andreas Müller Signed-off-by: Richard Purdie --- meta/recipes-support/atk/atk.inc | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 meta/recipes-support/atk/atk.inc (limited to 'meta/recipes-support/atk/atk.inc') diff --git a/meta/recipes-support/atk/atk.inc b/meta/recipes-support/atk/atk.inc deleted file mode 100644 index 6a4fef6d0d..0000000000 --- a/meta/recipes-support/atk/atk.inc +++ /dev/null @@ -1,13 +0,0 @@ -DESCRIPTION = "An accessibility toolkit for GNOME." -HOMEPAGE = "http://live.gnome.org/GAP/" -BUGTRACKER = "https://bugzilla.gnome.org/" - -LICENSE = "LGPLv2 & LGPLv2+" - -SECTION = "x11/libs" - -DEPENDS = "glib-2.0 gtk-doc-native" - -inherit autotools pkgconfig - -EXTRA_OECONF = "--disable-glibtest" -- cgit v1.2.3-54-g00ecf