All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe] libmicrohttpd: update to 0.9.49
@ 2016-04-25 16:42 Bruno Bottazzini
  2016-04-27  7:52 ` Martin Jansa
  0 siblings, 1 reply; 5+ messages in thread
From: Bruno Bottazzini @ 2016-04-25 16:42 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Bruno Bottazzini <bruno.bottazzini@intel.com>
---
 .../{libmicrohttpd_0.9.34.bb => libmicrohttpd_0.9.49.bb}            | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-support/libmicrohttpd/{libmicrohttpd_0.9.34.bb => libmicrohttpd_0.9.49.bb} (82%)

diff --git a/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.34.bb b/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.49.bb
similarity index 82%
rename from meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.34.bb
rename to meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.49.bb
index e3c833b..7b29065 100644
--- a/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.34.bb
+++ b/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.49.bb
@@ -6,10 +6,10 @@ SECTION = "net"
 DEPENDS = "libgcrypt gnutls file"
 
 SRC_URI = "http://ftp.gnu.org/gnu/libmicrohttpd/${BPN}-${PV}.tar.gz"
-SRC_URI[md5sum] = "2947eee13c2c8affb95023a0cb6fda0c"
-SRC_URI[sha256sum] = "29a2bfd4fd2ddf60c756b8c283291a134898e3cc143843be421a040be1b25a88"
+SRC_URI[md5sum] = "3209aa2ac6199b874a6325342b86edbc"
+SRC_URI[sha256sum] = "9407d8252548ab97ace3276e0032f073820073c0599d43baff832902a8dab11c"
 
-inherit autotools lib_package
+inherit autotools lib_package pkgconfig
 
 # disable spdy, because it depends on openssl
 EXTRA_OECONF += "--disable-static --with-gnutls=${STAGING_LIBDIR}/../ --disable-spdy"
-- 
2.7.1



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

* Re: [meta-oe] libmicrohttpd: update to 0.9.49
  2016-04-25 16:42 [meta-oe] libmicrohttpd: update to 0.9.49 Bruno Bottazzini
@ 2016-04-27  7:52 ` Martin Jansa
  2016-04-27 13:52   ` Bottazzini, Bruno
  0 siblings, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2016-04-27  7:52 UTC (permalink / raw)
  To: openembedded-devel

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

On Mon, Apr 25, 2016 at 01:42:17PM -0300, Bruno Bottazzini wrote:
> Signed-off-by: Bruno Bottazzini <bruno.bottazzini@intel.com>
> ---
>  .../{libmicrohttpd_0.9.34.bb => libmicrohttpd_0.9.49.bb}            | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>  rename meta-oe/recipes-support/libmicrohttpd/{libmicrohttpd_0.9.34.bb => libmicrohttpd_0.9.49.bb} (82%)
> 
> diff --git a/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.34.bb b/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.49.bb
> similarity index 82%
> rename from meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.34.bb
> rename to meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.49.bb
> index e3c833b..7b29065 100644
> --- a/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.34.bb
> +++ b/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.49.bb
> @@ -6,10 +6,10 @@ SECTION = "net"
>  DEPENDS = "libgcrypt gnutls file"
>  
>  SRC_URI = "http://ftp.gnu.org/gnu/libmicrohttpd/${BPN}-${PV}.tar.gz"
> -SRC_URI[md5sum] = "2947eee13c2c8affb95023a0cb6fda0c"
> -SRC_URI[sha256sum] = "29a2bfd4fd2ddf60c756b8c283291a134898e3cc143843be421a040be1b25a88"
> +SRC_URI[md5sum] = "3209aa2ac6199b874a6325342b86edbc"
> +SRC_URI[sha256sum] = "9407d8252548ab97ace3276e0032f073820073c0599d43baff832902a8dab11c"
>  
> -inherit autotools lib_package
> +inherit autotools lib_package pkgconfig

I've reported this in 0.9.48 upgrade:
http://lists.openembedded.org/pipermail/openembedded-devel/2016-March/106672.html

libmicrohttpd-0.9.49: libmicrohttpd: configure was passed unrecognised
options: --disable-spdy [unknown-configure-option]

This time I'll make sure to hold this patch until it's resolved.

>  # disable spdy, because it depends on openssl
>  EXTRA_OECONF += "--disable-static --with-gnutls=${STAGING_LIBDIR}/../ --disable-spdy"
> -- 
> 2.7.1
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

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

* Re: [meta-oe] libmicrohttpd: update to 0.9.49
  2016-04-27  7:52 ` Martin Jansa
@ 2016-04-27 13:52   ` Bottazzini, Bruno
  2016-04-27 14:08     ` Martin Jansa
  0 siblings, 1 reply; 5+ messages in thread
From: Bottazzini, Bruno @ 2016-04-27 13:52 UTC (permalink / raw)
  To: openembedded-devel

Hi Martin,

I haven't received this error when compiling libmicrohttpd in the
version 0.9.49.

Did you get this error? 

Best Regards,

On Wed, 2016-04-27 at 09:52 +0200, Martin Jansa wrote:
> On Mon, Apr 25, 2016 at 01:42:17PM -0300, Bruno Bottazzini wrote:
> > Signed-off-by: Bruno Bottazzini <bruno.bottazzini@intel.com>
> > ---
> >  .../{libmicrohttpd_0.9.34.bb => libmicrohttpd_0.9.49.bb}            | 6 +++---
> >  1 file changed, 3 insertions(+), 3 deletions(-)
> >  rename meta-oe/recipes-support/libmicrohttpd/{libmicrohttpd_0.9.34.bb => libmicrohttpd_0.9.49.bb} (82%)
> > 
> > diff --git a/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.34.bb b/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.49.bb
> > similarity index 82%
> > rename from meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.34.bb
> > rename to meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.49.bb
> > index e3c833b..7b29065 100644
> > --- a/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.34.bb
> > +++ b/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.49.bb
> > @@ -6,10 +6,10 @@ SECTION = "net"
> >  DEPENDS = "libgcrypt gnutls file"
> >  
> >  SRC_URI = "http://ftp.gnu.org/gnu/libmicrohttpd/${BPN}-${PV}.tar.gz"
> > -SRC_URI[md5sum] = "2947eee13c2c8affb95023a0cb6fda0c"
> > -SRC_URI[sha256sum] = "29a2bfd4fd2ddf60c756b8c283291a134898e3cc143843be421a040be1b25a88"
> > +SRC_URI[md5sum] = "3209aa2ac6199b874a6325342b86edbc"
> > +SRC_URI[sha256sum] = "9407d8252548ab97ace3276e0032f073820073c0599d43baff832902a8dab11c"
> >  
> > -inherit autotools lib_package
> > +inherit autotools lib_package pkgconfig
> 
> I've reported this in 0.9.48 upgrade:
> http://lists.openembedded.org/pipermail/openembedded-devel/2016-March/106672.html
> 
> libmicrohttpd-0.9.49: libmicrohttpd: configure was passed unrecognised
> options: --disable-spdy [unknown-configure-option]
> 
> This time I'll make sure to hold this patch until it's resolved.
> 
> >  # disable spdy, because it depends on openssl
> >  EXTRA_OECONF += "--disable-static --with-gnutls=${STAGING_LIBDIR}/../ --disable-spdy"
> > -- 
> > 2.7.1
> > 
> > -- 
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> 




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

* Re: [meta-oe] libmicrohttpd: update to 0.9.49
  2016-04-27 13:52   ` Bottazzini, Bruno
@ 2016-04-27 14:08     ` Martin Jansa
  2016-04-27 16:06       ` Bottazzini, Bruno
  0 siblings, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2016-04-27 14:08 UTC (permalink / raw)
  To: Bottazzini, Bruno; +Cc: openembedded-devel

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

On Wed, Apr 27, 2016 at 10:52:02AM -0300, Bottazzini, Bruno wrote:
> Hi Martin,

Hi,

> I haven't received this error when compiling libmicrohttpd in the
> version 0.9.49.
> 
> Did you get this error? 

Yes, otherwise I wouldn't be reporting this.

> Best Regards,
> 
> On Wed, 2016-04-27 at 09:52 +0200, Martin Jansa wrote:
> > On Mon, Apr 25, 2016 at 01:42:17PM -0300, Bruno Bottazzini wrote:
> > > Signed-off-by: Bruno Bottazzini <bruno.bottazzini@intel.com>
> > > ---
> > >  .../{libmicrohttpd_0.9.34.bb => libmicrohttpd_0.9.49.bb}            | 6 +++---
> > >  1 file changed, 3 insertions(+), 3 deletions(-)
> > >  rename meta-oe/recipes-support/libmicrohttpd/{libmicrohttpd_0.9.34.bb => libmicrohttpd_0.9.49.bb} (82%)
> > > 
> > > diff --git a/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.34.bb b/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.49.bb
> > > similarity index 82%
> > > rename from meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.34.bb
> > > rename to meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.49.bb
> > > index e3c833b..7b29065 100644
> > > --- a/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.34.bb
> > > +++ b/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.49.bb
> > > @@ -6,10 +6,10 @@ SECTION = "net"
> > >  DEPENDS = "libgcrypt gnutls file"
> > >  
> > >  SRC_URI = "http://ftp.gnu.org/gnu/libmicrohttpd/${BPN}-${PV}.tar.gz"
> > > -SRC_URI[md5sum] = "2947eee13c2c8affb95023a0cb6fda0c"
> > > -SRC_URI[sha256sum] = "29a2bfd4fd2ddf60c756b8c283291a134898e3cc143843be421a040be1b25a88"
> > > +SRC_URI[md5sum] = "3209aa2ac6199b874a6325342b86edbc"
> > > +SRC_URI[sha256sum] = "9407d8252548ab97ace3276e0032f073820073c0599d43baff832902a8dab11c"
> > >  
> > > -inherit autotools lib_package
> > > +inherit autotools lib_package pkgconfig
> > 
> > I've reported this in 0.9.48 upgrade:
> > http://lists.openembedded.org/pipermail/openembedded-devel/2016-March/106672.html
> > 
> > libmicrohttpd-0.9.49: libmicrohttpd: configure was passed unrecognised
> > options: --disable-spdy [unknown-configure-option]
> > 
> > This time I'll make sure to hold this patch until it's resolved.
> > 
> > >  # disable spdy, because it depends on openssl
> > >  EXTRA_OECONF += "--disable-static --with-gnutls=${STAGING_LIBDIR}/../ --disable-spdy"
> > > -- 
> > > 2.7.1
> > > 
> > > -- 
> > > _______________________________________________
> > > Openembedded-devel mailing list
> > > Openembedded-devel@lists.openembedded.org
> > > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> > 
> 
> 

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

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

* Re: [meta-oe] libmicrohttpd: update to 0.9.49
  2016-04-27 14:08     ` Martin Jansa
@ 2016-04-27 16:06       ` Bottazzini, Bruno
  0 siblings, 0 replies; 5+ messages in thread
From: Bottazzini, Bruno @ 2016-04-27 16:06 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembedded-devel

Martin,

I could replicate the problem here.

I will send the V2 ASAP 

thanks

On Wed, 2016-04-27 at 16:08 +0200, Martin Jansa wrote:
> On Wed, Apr 27, 2016 at 10:52:02AM -0300, Bottazzini, Bruno wrote:
> > Hi Martin,
> 
> Hi,
> 
> > I haven't received this error when compiling libmicrohttpd in the
> > version 0.9.49.
> > 
> > Did you get this error? 
> 
> Yes, otherwise I wouldn't be reporting this.
> 
> > Best Regards,
> > 
> > On Wed, 2016-04-27 at 09:52 +0200, Martin Jansa wrote:
> > > On Mon, Apr 25, 2016 at 01:42:17PM -0300, Bruno Bottazzini wrote:
> > > > Signed-off-by: Bruno Bottazzini <bruno.bottazzini@intel.com>
> > > > ---
> > > >  .../{libmicrohttpd_0.9.34.bb => libmicrohttpd_0.9.49.bb}            | 6 +++---
> > > >  1 file changed, 3 insertions(+), 3 deletions(-)
> > > >  rename meta-oe/recipes-support/libmicrohttpd/{libmicrohttpd_0.9.34.bb => libmicrohttpd_0.9.49.bb} (82%)
> > > > 
> > > > diff --git a/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.34.bb b/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.49.bb
> > > > similarity index 82%
> > > > rename from meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.34.bb
> > > > rename to meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.49.bb
> > > > index e3c833b..7b29065 100644
> > > > --- a/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.34.bb
> > > > +++ b/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.49.bb
> > > > @@ -6,10 +6,10 @@ SECTION = "net"
> > > >  DEPENDS = "libgcrypt gnutls file"
> > > >  
> > > >  SRC_URI = "http://ftp.gnu.org/gnu/libmicrohttpd/${BPN}-${PV}.tar.gz"
> > > > -SRC_URI[md5sum] = "2947eee13c2c8affb95023a0cb6fda0c"
> > > > -SRC_URI[sha256sum] = "29a2bfd4fd2ddf60c756b8c283291a134898e3cc143843be421a040be1b25a88"
> > > > +SRC_URI[md5sum] = "3209aa2ac6199b874a6325342b86edbc"
> > > > +SRC_URI[sha256sum] = "9407d8252548ab97ace3276e0032f073820073c0599d43baff832902a8dab11c"
> > > >  
> > > > -inherit autotools lib_package
> > > > +inherit autotools lib_package pkgconfig
> > > 
> > > I've reported this in 0.9.48 upgrade:
> > > http://lists.openembedded.org/pipermail/openembedded-devel/2016-March/106672.html
> > > 
> > > libmicrohttpd-0.9.49: libmicrohttpd: configure was passed unrecognised
> > > options: --disable-spdy [unknown-configure-option]
> > > 
> > > This time I'll make sure to hold this patch until it's resolved.
> > > 
> > > >  # disable spdy, because it depends on openssl
> > > >  EXTRA_OECONF += "--disable-static --with-gnutls=${STAGING_LIBDIR}/../ --disable-spdy"
> > > > -- 
> > > > 2.7.1
> > > > 
> > > > -- 
> > > > _______________________________________________
> > > > Openembedded-devel mailing list
> > > > Openembedded-devel@lists.openembedded.org
> > > > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> > > 
> > 
> > 
> 




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

end of thread, other threads:[~2016-04-27 16:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-25 16:42 [meta-oe] libmicrohttpd: update to 0.9.49 Bruno Bottazzini
2016-04-27  7:52 ` Martin Jansa
2016-04-27 13:52   ` Bottazzini, Bruno
2016-04-27 14:08     ` Martin Jansa
2016-04-27 16:06       ` Bottazzini, Bruno

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.