mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 07:00:21 +00:00
json-glib: Disable introspection explicitly
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
parent
a19a75fc31
commit
d7134438be
@ -1,7 +1,7 @@
|
||||
HOMEPAGE = "http://live.gnome.org/JsonGlib"
|
||||
SRC_URI = "git://github.com/ebassi/${PN}.git;protocol=git"
|
||||
PV = "0.7.2+git${SRCPV}"
|
||||
PR = "r0"
|
||||
PR = "r1"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@ -9,6 +9,8 @@ DEPENDS = "glib-2.0"
|
||||
|
||||
inherit autotools_stage
|
||||
|
||||
EXTRA_OECONF = "--disable-introspection"
|
||||
|
||||
acpaths = "-I ${S}/build/autotools "
|
||||
|
||||
do_configure_prepend () {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user