Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] openssl: Fix documentation DEPENDS
@ 2019-08-27 12:46 Joshua Watt
  2019-08-27 12:56 ` Alexander Kanavin
  0 siblings, 1 reply; 9+ messages in thread
From: Joshua Watt @ 2019-08-27 12:46 UTC (permalink / raw)
  To: openembedded-core

perl is required to generate the OpenSSL documentation, and therefore
should be present at do_compile. If not, OpenSSL will skip the
documentation generation, which isn't reproducible

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
---
 meta/recipes-connectivity/openssl/openssl_1.1.1c.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1c.bb b/meta/recipes-connectivity/openssl/openssl_1.1.1c.bb
index 75159ac725c..da15bc22a7a 100644
--- a/meta/recipes-connectivity/openssl/openssl_1.1.1c.bb
+++ b/meta/recipes-connectivity/openssl/openssl_1.1.1c.bb
@@ -10,6 +10,8 @@ LICENSE = "openssl"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d343e62fc9c833710bbbed25f27364c8"
 
 DEPENDS = "hostperl-runtime-native"
+# Perl is required to generate documentation
+DEPENDS_append_class-target = " perl-native"
 
 SRC_URI = "http://www.openssl.org/source/openssl-${PV}.tar.gz \
            file://run-ptest \
-- 
2.21.0



^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [PATCH] openssl: Fix documentation DEPENDS
@ 2019-06-27 13:55 Joshua Watt
  2019-06-27 16:20 ` Burton, Ross
  0 siblings, 1 reply; 9+ messages in thread
From: Joshua Watt @ 2019-06-27 13:55 UTC (permalink / raw)
  To: openembedded-core

perl is required to generate the OpenSSL documentation, and therefore
should be present at do_compile. If not, OpenSSL will skip the
documentation generation, which isn't reproducible

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
---
 meta/recipes-connectivity/openssl/openssl_1.1.1c.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1c.bb b/meta/recipes-connectivity/openssl/openssl_1.1.1c.bb
index 01174073167..c57626d8f6d 100644
--- a/meta/recipes-connectivity/openssl/openssl_1.1.1c.bb
+++ b/meta/recipes-connectivity/openssl/openssl_1.1.1c.bb
@@ -10,6 +10,8 @@ LICENSE = "openssl"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d343e62fc9c833710bbbed25f27364c8"
 
 DEPENDS = "hostperl-runtime-native"
+# Perl is required to generate documentation
+DEPENDS_append_class-target = " perl-native"
 
 SRC_URI = "http://www.openssl.org/source/openssl-${PV}.tar.gz \
            file://run-ptest \
-- 
2.21.0



^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-08-27 16:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-27 12:46 [PATCH] openssl: Fix documentation DEPENDS Joshua Watt
2019-08-27 12:56 ` Alexander Kanavin
2019-08-27 13:08   ` Joshua Watt
2019-08-27 13:25     ` Alexander Kanavin
2019-08-27 16:12       ` Joshua Watt
2019-08-27 16:16         ` Alexander Kanavin
2019-08-27 16:41           ` Richard Purdie
  -- strict thread matches above, loose matches on Subject: below --
2019-06-27 13:55 Joshua Watt
2019-06-27 16:20 ` Burton, Ross

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox