All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] openssl: Add c_rehash to misc package and add perl runtime dependency
@ 2020-11-10  4:20 Federico Pellegrin
  2020-11-10 10:40 ` [OE-core] " Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Federico Pellegrin @ 2020-11-10  4:20 UTC (permalink / raw)
  To: openembedded-core; +Cc: randy.macleod

[-- Attachment #1: Type: text/plain, Size: 1876 bytes --]

The following changes since commit f075071761172c69f8ae2be5868d51ef9ef646e7:

  conf: update for release 3.2 (2020-11-09 13:16:13 +0000)

are available in the Git repository at:

  git://push.yoctoproject.org/poky-contrib fedepell/bug14083

Federico Pellegrin (1):
  openssl: Add c_rehash to misc package and add perl runtime dependency


c_rehash implemented in perl is back (in history was moved to shell for
some time), so handle it inside the -misc package so just that one will
carry the heavy runtime dependency on perl and not the whole openssl
package. Note: in misc there were already before a few perl files
(tsget.pl and CA.pl) so the added perl dependency will fix those too.

[YOCTO #14083]

Signed-off-by: Federico Pellegrin <fede@evolware.org>
---
 meta/recipes-connectivity/openssl/openssl_1.1.1h.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb
b/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb
index eb11fe3960..1827167201 100644
--- a/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb
+++ b/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb
@@ -195,13 +195,14 @@ FILES_openssl-conf = "${sysconfdir}/ssl/openssl.cnf \
                       ${libdir}/ssl-1.1/openssl.cnf* \
                       "
 FILES_${PN}-engines = "${libdir}/engines-1.1"
-FILES_${PN}-misc = "${libdir}/ssl-1.1/misc"
+FILES_${PN}-misc = "${libdir}/ssl-1.1/misc ${bindir}/c_rehash"
 FILES_${PN} =+ "${libdir}/ssl-1.1/*"
 FILES_${PN}_append_class-nativesdk = "
${SDKPATHNATIVE}/environment-setup.d/openssl.sh"

 CONFFILES_openssl-conf = "${sysconfdir}/ssl/openssl.cnf"

 RRECOMMENDS_libcrypto += "openssl-conf"
+RDEPENDS_${PN}-misc = "perl"
 RDEPENDS_${PN}-ptest += "openssl-bin perl perl-modules bash"

 RDEPENDS_${PN}-bin += "openssl-conf"
-- 
2.26.2

[-- Attachment #2: Type: text/html, Size: 2510 bytes --]

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

* Re: [OE-core] [PATCH] openssl: Add c_rehash to misc package and add perl runtime dependency
  2020-11-10  4:20 [PATCH] openssl: Add c_rehash to misc package and add perl runtime dependency Federico Pellegrin
@ 2020-11-10 10:40 ` Richard Purdie
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2020-11-10 10:40 UTC (permalink / raw)
  To: Federico Pellegrin, openembedded-core; +Cc: randy.macleod

On Tue, 2020-11-10 at 05:20 +0100, Federico Pellegrin wrote:
> 
> 
> The following changes since commit f075071761172c69f8ae2be5868d51ef9ef646e7:
> 
>   conf: update for release 3.2 (2020-11-09 13:16:13 +0000)
> 
> are available in the Git repository at:
> 
>   git://push.yoctoproject.org/poky-contrib fedepell/bug14083
> 
> Federico Pellegrin (1):
>   openssl: Add c_rehash to misc package and add perl runtime dependency
> 
> 
> c_rehash implemented in perl is back (in history was moved to shell for
> some time), so handle it inside the -misc package so just that one will
> carry the heavy runtime dependency on perl and not the whole openssl
> package. Note: in misc there were already before a few perl files
> (tsget.pl and CA.pl) so the added perl dependency will fix those too.
> 
> [YOCTO #14083]

Please send patches as plain text in future. I applied this manually
but the whitespace and line endings in the patch were mangled (even the
append was missing whitespace in the plain test version in the email!)

Cheers,

Richard


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

end of thread, other threads:[~2020-11-10 10:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-10  4:20 [PATCH] openssl: Add c_rehash to misc package and add perl runtime dependency Federico Pellegrin
2020-11-10 10:40 ` [OE-core] " Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.