summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/vala
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@intel.com>2018-08-16 13:41:30 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-19 16:35:22 +0100
commit4c8780f6de45c7c5a767d8dba8fd35a87d720549 (patch)
tree4a94cdb128c46c4a54f81571bd331f545903cc24 /meta/recipes-devtools/vala
parent72844f54318c31a0f05c75d59283f1fe92a1b1b7 (diff)
downloadpoky-4c8780f6de45c7c5a767d8dba8fd35a87d720549.tar.gz
vala: refresh patch
Refresh the following patch: "disable-graphviz.patch" to fix this warning: Some of the context lines in patches were ignored. This can lead to incorrectly applied patches. The context lines in the patches can be updated with devtool: devtool modify <recipe> devtool finish --force-patch-refresh <recipe> <layer_path> Then the updated patches and the source tree (in devtool's workspace) should be reviewed to make sure the patches apply in the correct place and don't introduce duplicate lines (which can, and does happen when some of the context is ignored). Further information: http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450 Details: checking file configure.ac checking file libvaladoc/Makefile.am checking file libvaladoc/html/basicdoclet.vala checking file libvaladoc/html/htmlmarkupwriter.vala Hunk #1 succeeded at 51 with fuzz 1 (offset 8 lines). (From OE-Core rev: dfbbff39cfd413510abbd60930232a9c6b35d765) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/vala')
-rw-r--r--meta/recipes-devtools/vala/vala/disable-graphviz.patch13
1 files changed, 7 insertions, 6 deletions
diff --git a/meta/recipes-devtools/vala/vala/disable-graphviz.patch b/meta/recipes-devtools/vala/vala/disable-graphviz.patch
index 8fb94dc149..e7e38c768e 100644
--- a/meta/recipes-devtools/vala/vala/disable-graphviz.patch
+++ b/meta/recipes-devtools/vala/vala/disable-graphviz.patch
@@ -1,7 +1,8 @@
1From 500f4220f79c660a70a1ffc0d5b762d70088af5e Mon Sep 17 00:00:00 2001 1From 5ae347907b8c65983365a6325ac990fcde28d508 Mon Sep 17 00:00:00 2001
2From: Rico Tzschichholz <ricotz@ubuntu.com> 2From: Rico Tzschichholz <ricotz@ubuntu.com>
3Date: Wed, 6 Sep 2017 18:52:55 +0200 3Date: Wed, 6 Sep 2017 18:52:55 +0200
4Subject: [PATCH] libvaladoc: Allow disabling the graphviz dependency of 4Subject: [PATCH] libvaladoc: Allow disabling the graphviz dependency of
5
5 valadoc 6 valadoc
6 7
7https://bugzilla.gnome.org/show_bug.cgi?id=787375 8https://bugzilla.gnome.org/show_bug.cgi?id=787375
@@ -16,7 +17,7 @@ Upstream-Status: Submitted [bugzilla link above]
16 4 files changed, 63 insertions(+), 34 deletions(-) 17 4 files changed, 63 insertions(+), 34 deletions(-)
17 18
18diff --git a/configure.ac b/configure.ac 19diff --git a/configure.ac b/configure.ac
19index 662180b..82d7015 100644 20index 694ffd2..9150620 100644
20--- a/configure.ac 21--- a/configure.ac
21+++ b/configure.ac 22+++ b/configure.ac
22@@ -112,34 +112,38 @@ PKG_CHECK_MODULES(GMODULE, gmodule-2.0 >= $GLIB_REQUIRED) 23@@ -112,34 +112,38 @@ PKG_CHECK_MODULES(GMODULE, gmodule-2.0 >= $GLIB_REQUIRED)
@@ -159,7 +160,7 @@ index 384292f..cce50d8 100644
159 EXTRA_DIST = \ 160 EXTRA_DIST = \
160 $(libvaladoc_la_VALASOURCES) \ 161 $(libvaladoc_la_VALASOURCES) \
161diff --git a/libvaladoc/html/basicdoclet.vala b/libvaladoc/html/basicdoclet.vala 162diff --git a/libvaladoc/html/basicdoclet.vala b/libvaladoc/html/basicdoclet.vala
162index cc9ea4e..432c381 100644 163index 37c731c..e0326ef 100644
163--- a/libvaladoc/html/basicdoclet.vala 164--- a/libvaladoc/html/basicdoclet.vala
164+++ b/libvaladoc/html/basicdoclet.vala 165+++ b/libvaladoc/html/basicdoclet.vala
165@@ -46,7 +46,11 @@ public abstract class Valadoc.Html.BasicDoclet : Api.Visitor, Doclet { 166@@ -46,7 +46,11 @@ public abstract class Valadoc.Html.BasicDoclet : Api.Visitor, Doclet {
@@ -201,11 +202,11 @@ index cc9ea4e..432c381 100644
201 202
202 public void write_namespace_content (Namespace node, Api.Node? parent) { 203 public void write_namespace_content (Namespace node, Api.Node? parent) {
203diff --git a/libvaladoc/html/htmlmarkupwriter.vala b/libvaladoc/html/htmlmarkupwriter.vala 204diff --git a/libvaladoc/html/htmlmarkupwriter.vala b/libvaladoc/html/htmlmarkupwriter.vala
204index 15ed9ef..fe0d705 100644 205index dcc4dad..cf9c860 100644
205--- a/libvaladoc/html/htmlmarkupwriter.vala 206--- a/libvaladoc/html/htmlmarkupwriter.vala
206+++ b/libvaladoc/html/htmlmarkupwriter.vala 207+++ b/libvaladoc/html/htmlmarkupwriter.vala
207@@ -43,12 +43,16 @@ public class Valadoc.Html.MarkupWriter : Valadoc.MarkupWriter { 208@@ -51,12 +51,16 @@ public class Valadoc.Html.MarkupWriter : Valadoc.MarkupWriter {
208 }, xml_declaration); 209 }
209 } 210 }
210 211
211+#if HAVE_GRAPHVIZ 212+#if HAVE_GRAPHVIZ