summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/vala/vala.inc
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2017-10-04 15:31:40 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-11-09 12:33:16 +0000
commitfa1a12a33ae5c73b83fc265012e8959e77f9df33 (patch)
treef92434798c5d054c44e554f6cbdb75f5269a85d3 /meta/recipes-devtools/vala/vala.inc
parentc38e700644583b0833e8a9831a7dda3678a7d041 (diff)
downloadpoky-fa1a12a33ae5c73b83fc265012e8959e77f9df33.tar.gz
vala: update to 0.38.2
Valadoc has been merged into the main vala tree, so add necessary patches to disable it. (From OE-Core rev: 2c290f7253bba5ceb0d32e7d0b0ec0d0e81cc263) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/vala/vala.inc')
-rw-r--r--meta/recipes-devtools/vala/vala.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/vala/vala.inc b/meta/recipes-devtools/vala/vala.inc
index 1261c02777..b22faad780 100644
--- a/meta/recipes-devtools/vala/vala.inc
+++ b/meta/recipes-devtools/vala/vala.inc
@@ -34,6 +34,8 @@ EOF
34 chmod +x ${B}/vapigen-wrapper 34 chmod +x ${B}/vapigen-wrapper
35} 35}
36 36
37EXTRA_OECONF += " --disable-graphviz"
38
37# Vapigen wrapper needs to be available system-wide, because it will be used 39# Vapigen wrapper needs to be available system-wide, because it will be used
38# to build vapi files from all other packages with vala support 40# to build vapi files from all other packages with vala support
39do_install_append_class-target() { 41do_install_append_class-target() {