diff options
Diffstat (limited to 'meta/recipes-support/atk')
-rw-r--r-- | meta/recipes-support/atk/atk.inc | 13 | ||||
-rw-r--r-- | meta/recipes-support/atk/atk_2.2.0.bb | 17 |
2 files changed, 13 insertions, 17 deletions
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 @@ | |||
1 | DESCRIPTION = "An accessibility toolkit for GNOME." | ||
2 | HOMEPAGE = "http://live.gnome.org/GAP/" | ||
3 | BUGTRACKER = "https://bugzilla.gnome.org/" | ||
4 | |||
5 | LICENSE = "LGPLv2 & LGPLv2+" | ||
6 | |||
7 | SECTION = "x11/libs" | ||
8 | |||
9 | DEPENDS = "glib-2.0 gtk-doc-native" | ||
10 | |||
11 | inherit autotools pkgconfig | ||
12 | |||
13 | EXTRA_OECONF = "--disable-glibtest" | ||
diff --git a/meta/recipes-support/atk/atk_2.2.0.bb b/meta/recipes-support/atk/atk_2.2.0.bb index 0d657b5c89..74e7288946 100644 --- a/meta/recipes-support/atk/atk_2.2.0.bb +++ b/meta/recipes-support/atk/atk_2.2.0.bb | |||
@@ -1,14 +1,23 @@ | |||
1 | require atk.inc | 1 | DESCRIPTION = "An accessibility toolkit for GNOME." |
2 | HOMEPAGE = "http://live.gnome.org/GAP/" | ||
3 | BUGTRACKER = "https://bugzilla.gnome.org/" | ||
4 | SECTION = "x11/libs" | ||
2 | 5 | ||
3 | PR = "r1" | 6 | LICENSE = "GPLv2+ & LGPLv2+" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ |
5 | file://atk/atkutil.c;endline=20;md5=db21b0bdbef9da4dc6eb122debc9f9bc \ | 8 | file://atk/atkutil.c;endline=20;md5=db21b0bdbef9da4dc6eb122debc9f9bc \ |
6 | file://atk/atk.h;endline=20;md5=c58238d688c24387376d6c69d06248a7" | 9 | file://atk/atk.h;endline=20;md5=c58238d688c24387376d6c69d06248a7" |
10 | PR = "r2" | ||
7 | 11 | ||
8 | SRC_URI = "http://download.gnome.org/sources/atk/2.2/${BPN}-${PV}.tar.bz2" | 12 | DEPENDS = "glib-2.0 gtk-doc-native" |
13 | |||
14 | inherit autotools pkgconfig | ||
9 | 15 | ||
16 | SRC_URI = "http://download.gnome.org/sources/atk/2.2/${BPN}-${PV}.tar.bz2" | ||
10 | SRC_URI[md5sum] = "4894e9b04f0a9f1c37a624a1e8d6d73f" | 17 | SRC_URI[md5sum] = "4894e9b04f0a9f1c37a624a1e8d6d73f" |
11 | SRC_URI[sha256sum] = "d201e3f5808aef0b1aec2277bfa61074f68863e405428adb57a73aab5c838450" | 18 | SRC_URI[sha256sum] = "d201e3f5808aef0b1aec2277bfa61074f68863e405428adb57a73aab5c838450" |
12 | 19 | ||
20 | BBCLASSEXTEND = "native" | ||
13 | 21 | ||
14 | 22 | EXTRA_OECONF = "--disable-glibtest \ | |
23 | --disable-introspection" | ||