[Buildroot] [PATCH 1/1 v2] libwebsockets : bump version

Peter Korsgaard jacmet at uclibc.org
Thu May 1 20:45:58 UTC 2014


>>>>> "Sagaert" == Sagaert Johan <sagaert.johan at skynet.be> writes:

 > bump to v1.23-chrome32-firefox24
 > The latest releases use the cmake build infrastructure.
 > Converted the makefile to the cmake infrastructure.
 > The autotools infrastructure is no longer supported.

 > Signed-off-by: Sagaert Johan <sagaert.johan at skynet.be>
 > ---
 > v2 :added comment on the removed autotools support.

 >  package/libwebsockets/libwebsockets.mk | 12 ++++++++----
 >  1 file changed, 8 insertions(+), 4 deletions(-)

 > diff --git a/package/libwebsockets/libwebsockets.mk b/package/libwebsockets/libwebsockets.mk
 > index ec5244c..1d76bc9 100644
 > --- a/package/libwebsockets/libwebsockets.mk
 > +++ b/package/libwebsockets/libwebsockets.mk
 > @@ -4,14 +4,18 @@
 >  #
 >  ################################################################################
 
 > -LIBWEBSOCKETS_VERSION = v1.22-chrome26-firefox18
 > +LIBWEBSOCKETS_VERSION = v1.23-chrome32-firefox24
 >  LIBWEBSOCKETS_SOURCE = libwebsockets-$(LIBWEBSOCKETS_VERSION).tar.xz
 >  LIBWEBSOCKETS_SITE = http://git.libwebsockets.org/cgi-bin/cgit/libwebsockets/snapshot
 >  LIBWEBSOCKETS_LICENSE = LGPLv2.1
 >  LIBWEBSOCKETS_LICENSE_FILES = COPYING

The license file is now called LICENSE.

 >  LIBWEBSOCKETS_DEPENDENCIES = zlib
 > -LIBWEBSOCKETS_AUTORECONF = YES
 > -LIBWEBSOCKETS_CONF_OPT = --without-testapps
 >  LIBWEBSOCKETS_INSTALL_STAGING = YES
 
 > -$(eval $(autotools-package))
 > +LIBWEBSOCKETS_CONF_OPT += -DWITHOUT_TESTAPPS=ON
 > +
 > +ifeq ($(BR2_PACKAGE_OPENSSL),)
 > +	LIBWEBSOCKETS_CONF_OPT += -DWITH_SSL=OFF
 > +endif

We also have to ensure that openssl is built before libwebsockets if
enabled.

Committed with those issues fixed, thanks.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list