atk: merge unification from OE

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4207 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2008-04-08 15:15:42 +00:00
parent b796776f5e
commit 2c147f87a5
3 changed files with 17 additions and 26 deletions

14
meta/packages/atk/atk.inc Normal file
View File

@@ -0,0 +1,14 @@
DESCRIPTION = "An accessibility toolkit for GNOME."
SECTION = "x11/libs"
PRIORITY = "optional"
LICENSE = "LGPL"
DEPENDS = "glib-2.0 gtk-doc-native"
inherit autotools pkgconfig
EXTRA_OECONF = "--disable-glibtest"
do_stage () {
autotools_stage_all
}

View File

@@ -1,16 +1,3 @@
DESCRIPTION = "An accessibility toolkit for GNOME."
SECTION = "x11/libs"
PRIORITY = "optional"
LICENSE = "LGPL"
require atk.inc
DEPENDS = "glib-2.0 gtk-doc-native"
SRC_URI = "http://download.gnome.org/sources/atk/1.18/${PN}-${PV}.tar.bz2"
inherit autotools pkgconfig
EXTRA_OECONF = "--disable-glibtest"
do_stage () {
autotools_stage_all
}
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/atk/1.18/atk-${PV}.tar.bz2"

View File

@@ -1,16 +1,6 @@
DESCRIPTION = "An accessibility toolkit for GNOME."
SECTION = "x11/libs"
PRIORITY = "optional"
LICENSE = "LGPL"
DEPENDS = "glib-2.0 gtk-doc-native"
require atk.inc
SRC_URI = "http://download.gnome.org/sources/atk/1.20/${PN}-${PV}.tar.bz2"
inherit autotools pkgconfig
EXTRA_OECONF = "--disable-glibtest"
do_stage () {
autotools_stage_all
}