mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
json-glib: Disable introspection explicitly
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user