blob: e098044ec441aea49a3695c24095e49686065c6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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"
|