git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
806c81a
)
packages/atk/atk_1.20.0.bb : add newer atk from poky
author
Graeme Gregory
<dp@xora.org.uk>
Sun, 30 Sep 2007 21:48:06 +0000
(21:48 +0000)
committer
Graeme Gregory
<dp@xora.org.uk>
Sun, 30 Sep 2007 21:48:06 +0000
(21:48 +0000)
packages/atk/atk_1.20.0.bb
[new file with mode: 0644]
patch
|
blob
diff --git a/packages/atk/atk_1.20.0.bb
b/packages/atk/atk_1.20.0.bb
new file mode 100644
(file)
index 0000000..
e2733d5
--- /dev/null
+++ b/
packages/atk/atk_1.20.0.bb
@@ -0,0
+1,16
@@
+DESCRIPTION = "An accessibility toolkit for GNOME."
+SECTION = "x11/libs"
+PRIORITY = "optional"
+LICENSE = "LGPL"
+
+DEPENDS = "glib-2.0 gtk-doc"
+
+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
+}