mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00: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:
@@ -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."
|
require atk.inc
|
||||||
SECTION = "x11/libs"
|
|
||||||
PRIORITY = "optional"
|
|
||||||
LICENSE = "LGPL"
|
|
||||||
|
|
||||||
DEPENDS = "glib-2.0 gtk-doc-native"
|
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/atk/1.18/atk-${PV}.tar.bz2"
|
||||||
|
|
||||||
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
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -1,16 +1,6 @@
|
|||||||
DESCRIPTION = "An accessibility toolkit for GNOME."
|
require atk.inc
|
||||||
SECTION = "x11/libs"
|
|
||||||
PRIORITY = "optional"
|
|
||||||
LICENSE = "LGPL"
|
|
||||||
|
|
||||||
DEPENDS = "glib-2.0 gtk-doc-native"
|
|
||||||
|
|
||||||
SRC_URI = "http://download.gnome.org/sources/atk/1.20/${PN}-${PV}.tar.bz2"
|
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