From: Peter Korsgaard Date: Fri, 2 Dec 2016 07:53:56 +0000 (+0100) Subject: Merge branch 'next' X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=44d2cc99a47fd2a3201785bc558716c162b081ab;p=buildroot.git Merge branch 'next' My local 'next' branch was not uptodate, so the previous merge was missing the most recent changes. Thanks to François Perrad for noticing. Signed-off-by: Peter Korsgaard --- 44d2cc99a47fd2a3201785bc558716c162b081ab diff --cc package/jasper/jasper.mk index e8b8aaa9b5,b2da07d763..32aa618292 --- a/package/jasper/jasper.mk +++ b/package/jasper/jasper.mk @@@ -4,22 -4,14 +4,16 @@@ # ################################################################################ -JASPER_VERSION = 1.900.1 -JASPER_SITE = http://sources.openelec.tv/devel -JASPER_SOURCE = jasper-$(JASPER_VERSION).tar.bz2 +JASPER_VERSION = version-1.900.31 +JASPER_SITE = $(call github,mdadams,jasper,$(JASPER_VERSION)) JASPER_INSTALL_STAGING = YES JASPER_DEPENDENCIES = jpeg -JASPER_LICENSE = MIT +JASPER_LICENSE = JasPer License Version 2.0 JASPER_LICENSE_FILES = LICENSE -# needed to fix rpath issue (http://autobuild.buildroot.net/results/307/307cac65287420252a5bb64715d9a1edd90e72fa/) + +# No configure script included. We need to generate it. JASPER_AUTORECONF = YES +JASPER_CONF_OPTS = --disable-strict + - # Xtensa gcc is unable to generate correct code with -O0 enabled by - # --enable-debug. Allow package build but disable debug. - ifeq ($(BR2_xtensa)$(BR2_ENABLE_DEBUG),yy) - JASPER_CONF_OPTS += --disable-debug - endif - $(eval $(autotools-package))