summaryrefslogtreecommitdiffstats
path: root/meta/packages/gnome/gobject-introspection_git.bb
diff options
context:
space:
mode:
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 0000000000..e098044ec4
--- /dev/null
+++ b/meta/packages/gnome/gobject-introspection_git.bb
@@ -0,0 +1,20 @@
1SRC_URI = "git://git.gnome.org/gobject-introspection;protocol=git \
2 file://pathfix.patch;patch=1"
3
4PV = "0.0+git${SRCREV}"
5PR = "r1"
6
7S = "${WORKDIR}/git"
8
9DEPENDS = "libffi python-native gobject-introspection-native"
10DEPENDS_virtclass-native = "libffi-native python-native"
11
12inherit autotools_stage
13
14TARGET_CFLAGS += "-I${STAGING_INCDIR_NATIVE}/python2.5"
15
16do_configure_prepend () {
17 echo "EXTRA_DIST = " > ${S}/gtk-doc.make
18}
19
20BBCLASSEXTEND = "native" \ No newline at end of file