aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gobject-introspection
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-10-05 19:52:47 +0200
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-10-05 20:15:57 +0200
commit14318872c0063d26c246a35b373dbfaf4f4c6587 (patch)
tree30f78c6ead3f7b2cfcc348f9aa0f4b0da1e609d6 /recipes/gobject-introspection
parent9b47372447a631e0c7322908c1d08ec46061ed0c (diff)
downloadopenembedded-14318872c0063d26c246a35b373dbfaf4f4c6587.tar.gz
gobject-introspection: new recipe; introspection-library for gobject
Diffstat (limited to 'recipes/gobject-introspection')
-rw-r--r--recipes/gobject-introspection/gobject-introspection_0.9.10.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes/gobject-introspection/gobject-introspection_0.9.10.bb b/recipes/gobject-introspection/gobject-introspection_0.9.10.bb
new file mode 100644
index 0000000000..eade85eb99
--- /dev/null
+++ b/recipes/gobject-introspection/gobject-introspection_0.9.10.bb
@@ -0,0 +1,26 @@
+SECTION = "libs"
+DEPENDS = "glib-2.0 libffi"
+BBCLASSEXTEND = "native"
+DEPENDS_virtclass-native = "glib-2.0-native libffi-native"
+LICENSE = "LGPL"
+
+SRC_URI[md5sum] = "e5cd63d6bcc5c105e898e7c33cf42175"
+SRC_URI[sha256sum] = "4bf244db75df04499dea704e7734376c0fc5a3a17fb59be2123c8d76111e6fb8"
+
+SRC_URI = "\
+ http://ftp.acc.umu.se/pub/GNOME/sources/gobject-introspection/0.9/${BPN}-${PV}.tar.bz2 \
+"
+S = "${WORKDIR}/${BPN}-${PV}"
+
+inherit autotools
+
+do_configure_prepend() {
+ touch -f gtk-doc.make
+}
+
+EXTRA_OECONF = "\
+ --disable-gtk-doc \
+ --disable-gtk-doc-html \
+ --disable-gtk-doc-pdf \
+ --disable-tests \
+"