summaryrefslogtreecommitdiff
path: root/meta/packages/gnome/gobject-introspection_git.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-05-14 15:08:33 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-05-14 15:08:33 +0100
commit90208115c07a0e8c4cbffce0a846db920619c7c2 (patch)
tree2aadf31dbf5997d5c0b3883d1528d5016519a6d6 /meta/packages/gnome/gobject-introspection_git.bb
parent29fb246f5e098f5630d7be5ca27cc05591e032ef (diff)
downloadopenembedded-core-90208115c07a0e8c4cbffce0a846db920619c7c2.tar.gz
openembedded-core-90208115c07a0e8c4cbffce0a846db920619c7c2.tar.bz2
openembedded-core-90208115c07a0e8c4cbffce0a846db920619c7c2.tar.xz
openembedded-core-90208115c07a0e8c4cbffce0a846db920619c7c2.zip
gobject-introspection: Add an initial version, not functional yet
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/gnome/gobject-introspection_git.bb')
-rw-r--r--meta/packages/gnome/gobject-introspection_git.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/packages/gnome/gobject-introspection_git.bb b/meta/packages/gnome/gobject-introspection_git.bb
new file mode 100644
index 000000000..e098044ec
--- /dev/null
+++ b/meta/packages/gnome/gobject-introspection_git.bb
@@ -0,0 +1,20 @@
+SRC_URI = "git://git.gnome.org/gobject-introspection;protocol=git \
+ file://pathfix.patch;patch=1"
+
+PV = "0.0+git${SRCREV}"
+PR = "r1"
+
+S = "${WORKDIR}/git"
+
+DEPENDS = "libffi python-native gobject-introspection-native"
+DEPENDS_virtclass-native = "libffi-native python-native"
+
+inherit autotools_stage
+
+TARGET_CFLAGS += "-I${STAGING_INCDIR_NATIVE}/python2.5"
+
+do_configure_prepend () {
+ echo "EXTRA_DIST = " > ${S}/gtk-doc.make
+}
+
+BBCLASSEXTEND = "native" \ No newline at end of file