summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gnome/gobject-introspection_git.bb
blob: 5e3725528529ca447c715c12475c82d2ba0aa39f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
SRC_URI = "git://git.gnome.org/gobject-introspection;protocol=git \
           file://configure.patch \
           file://pathfix.patch"

SRC_URI_virtclass-native = "git://git.gnome.org/gobject-introspection;protocol=git \
                            file://pathfix.patch"

LICENSE = "GPLv2+ & LGPLv2+"
LIC_FILES_CHKSUM = "file://COPYING.tools;md5=94d55d512a9ba36caa9b7df079bae19f \
		    file://COPYING.lib;md5=3bf50002aefd002f49e7bb854063f7e7"

SRCREV = "efa7266bcf78478ce62e8dd778a4f0417bfd4d15"
PV = "0.10.8+git${SRCPV}"
PR = "r4"

S = "${WORKDIR}/git"

DEPENDS = "libffi python-native gobject-introspection-native"
DEPENDS_virtclass-native = "libffi-native python-native bison-native flex-native"

inherit autotools

TARGET_CFLAGS += "-I${STAGING_INCDIR_NATIVE}/python2.5"

do_configure_prepend () {
	echo "EXTRA_DIST = " > ${S}/gtk-doc.make
}

BBCLASSEXTEND = "native"