aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gobject-introspection/gobject-introspection_0.9.10.bb
blob: 2f48bc0aa2f1c23a1ce3fb7a7470b314117fe2c0 (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
# NOTE: WIP! This recipe does not cross-compile atm., only -native
SECTION = "libs"
DEPENDS = "glib-2.0 libffi bison-native"
BBCLASSEXTEND = "native"
LICENSE = "LGPL"
PR = "r1"

SRC_URI[md5sum] = "e5cd63d6bcc5c105e898e7c33cf42175"
SRC_URI[sha256sum] = "4bf244db75df04499dea704e7734376c0fc5a3a17fb59be2123c8d76111e6fb8"

SRC_URI = "\
  ${GNOME_MIRROR}/gobject-introspection/0.9/${BPN}-${PV}.tar.bz2 \
  file://use-usr-bin-env-for-python.patch \
"
S = "${WORKDIR}/${BPN}-${PV}"

inherit autotools

do_configure_prepend() {
	touch -f gtk-doc.make
}

EXTRA_OECONF = "\
  --disable-gtk-doc \
  --disable-gtk-doc-html \
  --disable-gtk-doc-pdf \
  --disable-tests \
"