diff options
| -rw-r--r-- | meta/recipes-extended/xdg-utils/xdg-utils/0001-Don-t-build-the-in-script-manual.patch | 30 | ||||
| -rw-r--r-- | meta/recipes-extended/xdg-utils/xdg-utils_1.1.1.bb | 1 |
2 files changed, 31 insertions, 0 deletions
diff --git a/meta/recipes-extended/xdg-utils/xdg-utils/0001-Don-t-build-the-in-script-manual.patch b/meta/recipes-extended/xdg-utils/xdg-utils/0001-Don-t-build-the-in-script-manual.patch new file mode 100644 index 0000000000..14160bf8df --- /dev/null +++ b/meta/recipes-extended/xdg-utils/xdg-utils/0001-Don-t-build-the-in-script-manual.patch | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | From 33f42aa8d190b40be18cd0541b5881d46978b572 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Jussi Kukkonen <jussi.kukkonen@intel.com> | ||
| 3 | Date: Thu, 17 Dec 2015 11:50:05 +0200 | ||
| 4 | Subject: [PATCH] Don't build the in-script manual | ||
| 5 | |||
| 6 | Building the contents for "--manual" option requires a web browser | ||
| 7 | or java (these are the two options for "xmlto txt" support). | ||
| 8 | That's bonkers so don't do it: the man pages are still available | ||
| 9 | and contain the same info. | ||
| 10 | |||
| 11 | Upstream-Status: Inappropriate [disables in-script docs] | ||
| 12 | Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> | ||
| 13 | --- | ||
| 14 | scripts/Makefile.in | 2 +- | ||
| 15 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 16 | |||
| 17 | diff --git a/scripts/Makefile.in b/scripts/Makefile.in | ||
| 18 | index 430032d..85359bc 100644 | ||
| 19 | --- a/scripts/Makefile.in | ||
| 20 | +++ b/scripts/Makefile.in | ||
| 21 | @@ -112,5 +112,5 @@ html/%.html: desc/%.xml | ||
| 22 | (cd html;$(XMLTO) html-nochunks ../$<) | ||
| 23 | |||
| 24 | %.txt: desc/%.xml | ||
| 25 | - $(XMLTO) txt $< | ||
| 26 | + echo "Please see the man pages." > $@ | ||
| 27 | |||
| 28 | -- | ||
| 29 | 2.1.4 | ||
| 30 | |||
diff --git a/meta/recipes-extended/xdg-utils/xdg-utils_1.1.1.bb b/meta/recipes-extended/xdg-utils/xdg-utils_1.1.1.bb index 4f39594f75..6f66c6efc0 100644 --- a/meta/recipes-extended/xdg-utils/xdg-utils_1.1.1.bb +++ b/meta/recipes-extended/xdg-utils/xdg-utils_1.1.1.bb | |||
| @@ -19,6 +19,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a5367a90934098d6b05af3b746405014" | |||
| 19 | 19 | ||
| 20 | SRC_URI = "http://portland.freedesktop.org/download/${BPN}-${PV}.tar.gz \ | 20 | SRC_URI = "http://portland.freedesktop.org/download/${BPN}-${PV}.tar.gz \ |
| 21 | file://0001-Reinstate-xdg-terminal.patch \ | 21 | file://0001-Reinstate-xdg-terminal.patch \ |
| 22 | file://0001-Don-t-build-the-in-script-manual.patch \ | ||
| 22 | " | 23 | " |
| 23 | 24 | ||
| 24 | SRC_URI[md5sum] = "2d0aec6037769a5f138ff404b1bb4b15" | 25 | SRC_URI[md5sum] = "2d0aec6037769a5f138ff404b1bb4b15" |
