summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssl/openssl-1.0.2o/0001-allow-manpages-to-be-disabled.patch
diff options
context:
space:
mode:
authorAndrej Valek <andrej.valek@siemens.com>2018-08-16 14:27:56 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-19 16:35:22 +0100
commit06b5355b9d4c75e3d8b8f6cfa0f83a505eb07934 (patch)
treea9df16f7086916f206f5586b3f356b211bf80bf5 /meta/recipes-connectivity/openssl/openssl-1.0.2o/0001-allow-manpages-to-be-disabled.patch
parent4c8780f6de45c7c5a767d8dba8fd35a87d720549 (diff)
downloadpoky-06b5355b9d4c75e3d8b8f6cfa0f83a505eb07934.tar.gz
openssl: update 1.0.2o -> 1.0.2p
Please see this security advisory: https://www.openssl.org/news/secadv/20180612.txt Refresh patches (From OE-Core rev: ff3db93e53c4f9d56807d3755c799459944e9a87) Signed-off-by: Andrej Valek <andrej.valek@siemens.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl-1.0.2o/0001-allow-manpages-to-be-disabled.patch')
-rw-r--r--meta/recipes-connectivity/openssl/openssl-1.0.2o/0001-allow-manpages-to-be-disabled.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl-1.0.2o/0001-allow-manpages-to-be-disabled.patch b/meta/recipes-connectivity/openssl/openssl-1.0.2o/0001-allow-manpages-to-be-disabled.patch
deleted file mode 100644
index 3f7d649955..0000000000
--- a/meta/recipes-connectivity/openssl/openssl-1.0.2o/0001-allow-manpages-to-be-disabled.patch
+++ /dev/null
@@ -1,31 +0,0 @@
1From e1c39b80b01d4d18feeadfdc6e45a3e1dd110634 Mon Sep 17 00:00:00 2001
2From: Andre McCurdy <armccurdy@gmail.com>
3Date: Fri, 27 Jul 2018 21:41:06 +0000
4Subject: [PATCH] allow manpages to be disabled
5
6Define OE_DISABLE_MANPAGES (via environment or the make command line)
7to skip creation and installation of manpages.
8
9Upstream-Status: Inappropriate [configuration]
10
11Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
12---
13 Makefile.org | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16diff --git a/Makefile.org b/Makefile.org
17index ed98d2a..747d8cb 100644
18--- a/Makefile.org
19+++ b/Makefile.org
20@@ -549,7 +549,7 @@ dist:
21 @$(MAKE) SDIRS='$(SDIRS)' clean
22 @$(MAKE) TAR='$(TAR)' TARFLAGS='$(TARFLAGS)' $(DISTTARVARS) tar
23
24-install: all install_docs install_sw
25+install: all $(if $(OE_DISABLE_MANPAGES),,install_docs) install_sw
26
27 install_sw:
28 @$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \
29--
301.9.1
31