summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libpsl/libpsl
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-06-01 13:26:21 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-06-02 10:23:49 +0100
commitf867798bc0fb8cd3d84332ec8345472c0e850ce5 (patch)
tree99cb7ce73ff08c9fd958d1ba341004014d524c00 /meta/recipes-support/libpsl/libpsl
parente0cf6ef582bf62cb1176d840094a8ef8dc11a6e6 (diff)
downloadpoky-f867798bc0fb8cd3d84332ec8345472c0e850ce5.tar.gz
libpsl: fix the gtk-doc 1.30 build
(From OE-Core rev: 5f672c0f80f5486016e2899bb6d3f5bbc7b5c74a) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libpsl/libpsl')
-rw-r--r--meta/recipes-support/libpsl/libpsl/0001-gtk-doc-do-not-include-tree_index.sgml.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta/recipes-support/libpsl/libpsl/0001-gtk-doc-do-not-include-tree_index.sgml.patch b/meta/recipes-support/libpsl/libpsl/0001-gtk-doc-do-not-include-tree_index.sgml.patch
new file mode 100644
index 0000000000..2331a766a1
--- /dev/null
+++ b/meta/recipes-support/libpsl/libpsl/0001-gtk-doc-do-not-include-tree_index.sgml.patch
@@ -0,0 +1,28 @@
1From 8691105e1808ec9b031b6c25f70204a0908ae9c1 Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Sat, 1 Jun 2019 13:09:41 +0200
4Subject: [PATCH] gtk-doc: do not include tree_index.sgml
5
6gtk-doc 1.30 no longer generates the file if the object tree is empty
7
8Upstream-Status: Submitted [https://github.com/rockdaboot/libpsl/pull/137]
9Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
10---
11 docs/libpsl/libpsl-docs.sgml | 4 ----
12 1 file changed, 4 deletions(-)
13
14diff --git a/docs/libpsl/libpsl-docs.sgml b/docs/libpsl/libpsl-docs.sgml
15index 1eca9a2..1c38dbc 100644
16--- a/docs/libpsl/libpsl-docs.sgml
17+++ b/docs/libpsl/libpsl-docs.sgml
18@@ -22,10 +22,6 @@
19 </para>
20 <xi:include href="xml/libpsl.xml"/>
21 </chapter>
22- <chapter id="object-tree">
23- <title>Object Hierarchy</title>
24- <xi:include href="xml/tree_index.sgml"/>
25- </chapter>
26 <index id="api-index-full">
27 <title>API Index</title>
28 <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>