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