From 90208115c07a0e8c4cbffce0a846db920619c7c2 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 14 May 2009 15:08:33 +0100 Subject: gobject-introspection: Add an initial version, not functional yet Signed-off-by: Richard Purdie --- meta/packages/gnome/gobject-introspection_git.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta/packages/gnome/gobject-introspection_git.bb (limited to 'meta/packages/gnome/gobject-introspection_git.bb') 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 -- cgit v1.2.3