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:
8888d32
)
atk: add 1.30.0
author
Koen Kooi
<koen@openembedded.org>
Thu, 1 Apr 2010 08:25:36 +0000
(10:25 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 1 Apr 2010 10:34:46 +0000
(12:34 +0200)
recipes/atk/atk_1.30.0.bb
[new file with mode: 0644]
patch
|
blob
diff --git a/recipes/atk/atk_1.30.0.bb
b/recipes/atk/atk_1.30.0.bb
new file mode 100644
(file)
index 0000000..
9b60678
--- /dev/null
+++ b/
recipes/atk/atk_1.30.0.bb
@@ -0,0
+1,16
@@
+DESCRIPTION = "An accessibility toolkit for GNOME."
+SECTION = "x11/libs"
+PRIORITY = "optional"
+LICENSE = "LGPL"
+
+inherit gnome
+
+SRC_URI[archive.md5sum] = "548d413775819fef425410739041cac3"
+SRC_URI[archive.sha256sum] = "92b9b1213cafc68fe9c3806273b968c26423237d7b1f631dd83dc5270b8c268c"
+
+DEPENDS = "glib-2.0 gtk-doc-native"
+
+EXTRA_OECONF = "--disable-glibtest"
+
+BBCLASSEXTEND = "native"
+