diff options
Diffstat (limited to 'meta/packages/gnome/gobject-introspection_git.bb')
-rw-r--r-- | meta/packages/gnome/gobject-introspection_git.bb | 20 |
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 @@ +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 |