mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
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:
14
meta/packages/atk/atk.inc
Normal file
14
meta/packages/atk/atk.inc
Normal 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
|
||||
}
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user