All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [yocto] [PATCH 1/1] openssl: Add c_rehash to misc package and add perl runtime dependency
       [not found] <163F9594C568AA0B.19204@lists.yoctoproject.org>
@ 2020-10-20  3:29 ` Federico Pellegrin
  2020-11-09 17:11   ` Randy MacLeod
  2020-11-09 17:16   ` [yocto] [PATCH 1/1] openssl: Add c_rehash to misc package and add perl runtime dependency - resend Randy MacLeod
  0 siblings, 2 replies; 3+ messages in thread
From: Federico Pellegrin @ 2020-10-20  3:29 UTC (permalink / raw)
  To: yocto

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

Sorry, new to the process, adding the pull URL here:

https://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=fedepell/bug14083

Cheers,
F.

Il giorno mar 20 ott 2020 alle ore 05:27 Federico Pellegrin <
fede@evolware.org> ha scritto:

>
> 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.1g.bb | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1g.bb
> b/meta/recipes-connectivity/openssl/openssl_1.1.1g.bb
> index 815955837b..66d8851426 100644
> --- a/meta/recipes-connectivity/openssl/openssl_1.1.1g.bb
> +++ b/meta/recipes-connectivity/openssl/openssl_1.1.1g.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: 2889 bytes --]

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

* Re: [yocto] [PATCH 1/1] openssl: Add c_rehash to misc package and add perl runtime dependency
  2020-10-20  3:29 ` [yocto] [PATCH 1/1] openssl: Add c_rehash to misc package and add perl runtime dependency Federico Pellegrin
@ 2020-11-09 17:11   ` Randy MacLeod
  2020-11-09 17:16   ` [yocto] [PATCH 1/1] openssl: Add c_rehash to misc package and add perl runtime dependency - resend Randy MacLeod
  1 sibling, 0 replies; 3+ messages in thread
From: Randy MacLeod @ 2020-11-09 17:11 UTC (permalink / raw)
  To: Federico Pellegrin, yocto, Jolley, Stephen K

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

On 2020-10-19 11:29 p.m., Federico Pellegrin wrote:
>
> Sorry, new to the process, adding the pull URL here:
>
> https://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=fedepell/bug14083
>
> Cheers,
> F.

Hi Federico,

Sorry for the delay. We've been getting the 3.2 release out the door
and participating in conferences.

Please rebase to openssl_1.1.1h and send it to the oe-core list:
    openembedded-core@lists.openembedded.org

See: https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded


We really should have a link to that site on a "Developers" page on 
https://www.yoctoproject.org

Stephen Jolly, can you get that to happen and if not, who can?

../Randy

>
> Il giorno mar 20 ott 2020 alle ore 05:27 Federico Pellegrin 
> <fede@evolware.org <mailto:fede@evolware.org>> ha scritto:
>
>
>     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 <http://tsget.pl> and CA.pl) so the added perl
>     dependency will fix those too.
>
>     [YOCTO #14083]
>
>     Signed-off-by: Federico Pellegrin <fede@evolware.org
>     <mailto:fede@evolware.org>>
>     ---
>      meta/recipes-connectivity/openssl/openssl_1.1.1g.bb
>     <http://openssl_1.1.1g.bb> | 3 ++-
>      1 file changed, 2 insertions(+), 1 deletion(-)
>
>     diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1g.bb
>     <http://openssl_1.1.1g.bb>
>     b/meta/recipes-connectivity/openssl/openssl_1.1.1g.bb
>     <http://openssl_1.1.1g.bb>
>     index 815955837b..66d8851426 100644
>     --- a/meta/recipes-connectivity/openssl/openssl_1.1.1g.bb
>     <http://openssl_1.1.1g.bb>
>     +++ b/meta/recipes-connectivity/openssl/openssl_1.1.1g.bb
>     <http://openssl_1.1.1g.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
>
>
>
>
> 
>

-- 
# Randy MacLeod
# Wind River Linux


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

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

* Re: [yocto] [PATCH 1/1] openssl: Add c_rehash to misc package and add perl runtime dependency - resend...
  2020-10-20  3:29 ` [yocto] [PATCH 1/1] openssl: Add c_rehash to misc package and add perl runtime dependency Federico Pellegrin
  2020-11-09 17:11   ` Randy MacLeod
@ 2020-11-09 17:16   ` Randy MacLeod
  1 sibling, 0 replies; 3+ messages in thread
From: Randy MacLeod @ 2020-11-09 17:16 UTC (permalink / raw)
  To: Federico Pellegrin, yocto, sjolley.yp.pm

Resend to get Stephen's correct email address.

On 2020-10-19 11:29 p.m., Federico Pellegrin wrote:
>
> Sorry, new to the process, adding the pull URL here:
>
> https://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=fedepell/bug14083
>
> Cheers,
> F.

Hi Federico,

Sorry for the delay. We've been getting the 3.2 release out the door
and participating in conferences.

Please rebase to openssl_1.1.1h and send it to the oe-core list:
openembedded-core@lists.openembedded.org

See: https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded


We really should have a link to that site on a "Developers" page on 
https://www.yoctoproject.org

Stephen Jolly, can you get that to happen and if not, who can?

../Randy

>
> Il giorno mar 20 ott 2020 alle ore 05:27 Federico Pellegrin 
> <fede@evolware.org <mailto:fede@evolware.org>> ha scritto:
>
>
>     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 <http://tsget.pl> and CA.pl) so the added perl
>     dependency will fix those too.
>
>     [YOCTO #14083]
>
>     Signed-off-by: Federico Pellegrin <fede@evolware.org
>     <mailto:fede@evolware.org>>
>     ---
>      meta/recipes-connectivity/openssl/openssl_1.1.1g.bb
>     <http://openssl_1.1.1g.bb> | 3 ++-
>      1 file changed, 2 insertions(+), 1 deletion(-)
>
>     diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1g.bb
>     <http://openssl_1.1.1g.bb>
>     b/meta/recipes-connectivity/openssl/openssl_1.1.1g.bb
>     <http://openssl_1.1.1g.bb>
>     index 815955837b..66d8851426 100644
>     --- a/meta/recipes-connectivity/openssl/openssl_1.1.1g.bb
>     <http://openssl_1.1.1g.bb>
>     +++ b/meta/recipes-connectivity/openssl/openssl_1.1.1g.bb
>     <http://openssl_1.1.1g.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
>
>
>
>
> 
>

-- 
# Randy MacLeod
# Wind River Linux


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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <163F9594C568AA0B.19204@lists.yoctoproject.org>
2020-10-20  3:29 ` [yocto] [PATCH 1/1] openssl: Add c_rehash to misc package and add perl runtime dependency Federico Pellegrin
2020-11-09 17:11   ` Randy MacLeod
2020-11-09 17:16   ` [yocto] [PATCH 1/1] openssl: Add c_rehash to misc package and add perl runtime dependency - resend Randy MacLeod

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.