All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] openssl_1.1.1: Fix Musl build by disabling async during configure
@ 2018-09-04 19:00 Khem Raj
  2018-09-04 19:00 ` [PATCH 2/2] musl: Update latest on master Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2018-09-04 19:00 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-connectivity/openssl/openssl_1.1.1-pre9.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1-pre9.bb b/meta/recipes-connectivity/openssl/openssl_1.1.1-pre9.bb
index 7122cfcf02..c13731feac 100644
--- a/meta/recipes-connectivity/openssl/openssl_1.1.1-pre9.bb
+++ b/meta/recipes-connectivity/openssl/openssl_1.1.1-pre9.bb
@@ -31,7 +31,7 @@ inherit lib_package multilib_header ptest
 #| ./libcrypto.so: undefined reference to `getcontext'
 #| ./libcrypto.so: undefined reference to `setcontext'
 #| ./libcrypto.so: undefined reference to `makecontext'
-CPPFLAGS_append_libc-musl = " -DOPENSSL_NO_ASYNC"
+EXTRA_OECONF_append_libc-musl = " no-async"
 
 # This prevents openssl from using getrandom() which is not available on older glibc versions
 # (native versions can be built with newer glibc, but then relocated onto a system with older glibc)
-- 
2.18.0



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

* [PATCH 2/2] musl: Update latest on master
  2018-09-04 19:00 [PATCH 1/2] openssl_1.1.1: Fix Musl build by disabling async during configure Khem Raj
@ 2018-09-04 19:00 ` Khem Raj
  2018-09-04 19:44   ` Andre McCurdy
  0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2018-09-04 19:00 UTC (permalink / raw)
  To: openembedded-core

hopefully last bump before 1.1.20 is released

ChangeLog

https://git.musl-libc.org/cgit/musl/log/?qt=range&q=767f7a1091af3a3dcee2f7a49d0713359a81961c..64466094ede4162ddd4049cea5da09feb9abfaa6

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-core/musl/musl_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb
index f4f156042a..997eb14959 100644
--- a/meta/recipes-core/musl/musl_git.bb
+++ b/meta/recipes-core/musl/musl_git.bb
@@ -3,7 +3,7 @@
 
 require musl.inc
 
-SRCREV = "767f7a1091af3a3dcee2f7a49d0713359a81961c"
+SRCREV = "64466094ede4162ddd4049cea5da09feb9abfaa6"
 
 PV = "1.1.19+git${SRCPV}"
 
-- 
2.18.0



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

* Re: [PATCH 2/2] musl: Update latest on master
  2018-09-04 19:00 ` [PATCH 2/2] musl: Update latest on master Khem Raj
@ 2018-09-04 19:44   ` Andre McCurdy
  2018-09-04 19:53     ` Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Andre McCurdy @ 2018-09-04 19:44 UTC (permalink / raw)
  To: Khem Raj; +Cc: OE Core mailing list

On Tue, Sep 4, 2018 at 12:00 PM, Khem Raj <raj.khem@gmail.com> wrote:
> hopefully last bump before 1.1.20 is released

1.1.20 has been released.

> ChangeLog
>
> https://git.musl-libc.org/cgit/musl/log/?qt=range&q=767f7a1091af3a3dcee2f7a49d0713359a81961c..64466094ede4162ddd4049cea5da09feb9abfaa6
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  meta/recipes-core/musl/musl_git.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb
> index f4f156042a..997eb14959 100644
> --- a/meta/recipes-core/musl/musl_git.bb
> +++ b/meta/recipes-core/musl/musl_git.bb
> @@ -3,7 +3,7 @@
>
>  require musl.inc
>
> -SRCREV = "767f7a1091af3a3dcee2f7a49d0713359a81961c"
> +SRCREV = "64466094ede4162ddd4049cea5da09feb9abfaa6"
>
>  PV = "1.1.19+git${SRCPV}"
>
> --
> 2.18.0
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

* Re: [PATCH 2/2] musl: Update latest on master
  2018-09-04 19:44   ` Andre McCurdy
@ 2018-09-04 19:53     ` Khem Raj
  0 siblings, 0 replies; 4+ messages in thread
From: Khem Raj @ 2018-09-04 19:53 UTC (permalink / raw)
  To: Andre McCurdy; +Cc: Patches and discussions about the oe-core layer

On Tue, Sep 4, 2018 at 12:44 PM Andre McCurdy <armccurdy@gmail.com> wrote:
>
> On Tue, Sep 4, 2018 at 12:00 PM, Khem Raj <raj.khem@gmail.com> wrote:
> > hopefully last bump before 1.1.20 is released
>
> 1.1.20 has been released.
>

indeed right in time, I will update the commit message. its actually
same commit with a release commit on top.

> > ChangeLog
> >
> > https://git.musl-libc.org/cgit/musl/log/?qt=range&q=767f7a1091af3a3dcee2f7a49d0713359a81961c..64466094ede4162ddd4049cea5da09feb9abfaa6
> >
> > Signed-off-by: Khem Raj <raj.khem@gmail.com>
> > ---
> >  meta/recipes-core/musl/musl_git.bb | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb
> > index f4f156042a..997eb14959 100644
> > --- a/meta/recipes-core/musl/musl_git.bb
> > +++ b/meta/recipes-core/musl/musl_git.bb
> > @@ -3,7 +3,7 @@
> >
> >  require musl.inc
> >
> > -SRCREV = "767f7a1091af3a3dcee2f7a49d0713359a81961c"
> > +SRCREV = "64466094ede4162ddd4049cea5da09feb9abfaa6"
> >
> >  PV = "1.1.19+git${SRCPV}"
> >
> > --
> > 2.18.0
> >
> > --
> > _______________________________________________
> > Openembedded-core mailing list
> > Openembedded-core@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

end of thread, other threads:[~2018-09-04 19:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-04 19:00 [PATCH 1/2] openssl_1.1.1: Fix Musl build by disabling async during configure Khem Raj
2018-09-04 19:00 ` [PATCH 2/2] musl: Update latest on master Khem Raj
2018-09-04 19:44   ` Andre McCurdy
2018-09-04 19:53     ` Khem Raj

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.