diff options
| -rw-r--r-- | meta/recipes-support/libpsl/libpsl/0001-gtk-doc-do-not-include-tree_index.sgml.patch | 28 | ||||
| -rw-r--r-- | meta/recipes-support/libpsl/libpsl_0.21.0.bb | 4 |
2 files changed, 31 insertions, 1 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 @@ | |||
| 1 | From 8691105e1808ec9b031b6c25f70204a0908ae9c1 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | ||
| 3 | Date: Sat, 1 Jun 2019 13:09:41 +0200 | ||
| 4 | Subject: [PATCH] gtk-doc: do not include tree_index.sgml | ||
| 5 | |||
| 6 | gtk-doc 1.30 no longer generates the file if the object tree is empty | ||
| 7 | |||
| 8 | Upstream-Status: Submitted [https://github.com/rockdaboot/libpsl/pull/137] | ||
| 9 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | ||
| 10 | --- | ||
| 11 | docs/libpsl/libpsl-docs.sgml | 4 ---- | ||
| 12 | 1 file changed, 4 deletions(-) | ||
| 13 | |||
| 14 | diff --git a/docs/libpsl/libpsl-docs.sgml b/docs/libpsl/libpsl-docs.sgml | ||
| 15 | index 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> | ||
diff --git a/meta/recipes-support/libpsl/libpsl_0.21.0.bb b/meta/recipes-support/libpsl/libpsl_0.21.0.bb index f545ba076f..fc2417fc2f 100644 --- a/meta/recipes-support/libpsl/libpsl_0.21.0.bb +++ b/meta/recipes-support/libpsl/libpsl_0.21.0.bb | |||
| @@ -4,7 +4,9 @@ LICENSE = "MIT" | |||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5437030d9e4fbe7267ced058ddb8a7f5 \ | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5437030d9e4fbe7267ced058ddb8a7f5 \ |
| 5 | file://COPYING;md5=f41d10997a12da5ee3c24ceeb0148d18" | 5 | file://COPYING;md5=f41d10997a12da5ee3c24ceeb0148d18" |
| 6 | 6 | ||
| 7 | SRC_URI = "https://github.com/rockdaboot/${BPN}/releases/download/${BP}/${BP}.tar.gz" | 7 | SRC_URI = "https://github.com/rockdaboot/${BPN}/releases/download/${BP}/${BP}.tar.gz \ |
| 8 | file://0001-gtk-doc-do-not-include-tree_index.sgml.patch \ | ||
| 9 | " | ||
| 8 | SRC_URI[md5sum] = "171e96d887709e36a57f4ee627bf82d2" | 10 | SRC_URI[md5sum] = "171e96d887709e36a57f4ee627bf82d2" |
| 9 | SRC_URI[sha256sum] = "41bd1c75a375b85c337b59783f5deb93dbb443fb0a52d257f403df7bd653ee12" | 11 | SRC_URI[sha256sum] = "41bd1c75a375b85c337b59783f5deb93dbb443fb0a52d257f403df7bd653ee12" |
| 10 | 12 | ||
