diff options
Diffstat (limited to 'meta/recipes-gnome/gnome/gobject-introspection_git.bb')
-rw-r--r-- | meta/recipes-gnome/gnome/gobject-introspection_git.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gnome/gobject-introspection_git.bb b/meta/recipes-gnome/gnome/gobject-introspection_git.bb new file mode 100644 index 0000000000..fe6eea2855 --- /dev/null +++ b/meta/recipes-gnome/gnome/gobject-introspection_git.bb | |||
@@ -0,0 +1,24 @@ | |||
1 | SRC_URI = "git://git.gnome.org/gobject-introspection;protocol=git \ | ||
2 | file://configure.patch;patch=1 \ | ||
3 | file://pathfix.patch;patch=1" | ||
4 | |||
5 | SRC_URI_virtclass-native = "git://git.gnome.org/gobject-introspection;protocol=git \ | ||
6 | file://pathfix.patch;patch=1" | ||
7 | |||
8 | PV = "0.0+git${SRCREV}" | ||
9 | PR = "r3" | ||
10 | |||
11 | S = "${WORKDIR}/git" | ||
12 | |||
13 | DEPENDS = "libffi python-native gobject-introspection-native" | ||
14 | DEPENDS_virtclass-native = "libffi-native python-native" | ||
15 | |||
16 | inherit autotools | ||
17 | |||
18 | TARGET_CFLAGS += "-I${STAGING_INCDIR_NATIVE}/python2.5" | ||
19 | |||
20 | do_configure_prepend () { | ||
21 | echo "EXTRA_DIST = " > ${S}/gtk-doc.make | ||
22 | } | ||
23 | |||
24 | BBCLASSEXTEND = "native" \ No newline at end of file | ||