poky/meta/recipes-gnome/gnome/gobject-introspection_git.bb
Joshua Lock acfef9301e gobject-introspection: fix DEPENDS
We need flex and bison to build gobject-introspection

Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-02-03 08:49:21 -08:00

28 lines
843 B
BlitzBasic

SRC_URI = "git://git.gnome.org/gobject-introspection;protocol=git \
file://configure.patch;patch=1 \
file://pathfix.patch;patch=1"
SRC_URI_virtclass-native = "git://git.gnome.org/gobject-introspection;protocol=git \
file://pathfix.patch;patch=1"
LICENSE = "GPLv2+ & LGPLv2+"
LIC_FILES_CHKSUM = "file://COPYING.tools;md5=94d55d512a9ba36caa9b7df079bae19f \
file://COPYING.lib;md5=3bf50002aefd002f49e7bb854063f7e7"
PV = "0.0+git${SRCPV}"
PR = "r3"
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"