Bump buildroot to version 2017-02
TG-3 #closed
This commit is contained in:
@@ -4,20 +4,25 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
JASPER_VERSION = 1.900.1
|
||||
JASPER_SITE = http://sources.openelec.tv/devel
|
||||
JASPER_SOURCE = jasper-$(JASPER_VERSION).tar.bz2
|
||||
JASPER_VERSION = 2.0.10
|
||||
JASPER_SITE = http://www.ece.uvic.ca/~frodo/jasper/software
|
||||
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/)
|
||||
JASPER_AUTORECONF = YES
|
||||
JASPER_SUPPORTS_IN_SOURCE_BUILD = NO
|
||||
JASPER_CONF_OPTS = \
|
||||
-DCMAKE_DISABLE_FIND_PACKAGE_DOXYGEN=TRUE \
|
||||
-DCMAKE_DISABLE_FIND_PACKAGE_LATEX=TRUE
|
||||
|
||||
# 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
|
||||
ifeq ($(BR2_STATIC_LIBS),y)
|
||||
JASPER_CONF_OPTS += -DJAS_ENABLE_SHARED=OFF
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
ifeq ($(BR2_PACKAGE_JPEG),y)
|
||||
JASPER_CONF_OPTS += -DJAS_ENABLE_LIBJPEG=ON
|
||||
JASPER_DEPENDENCIES += jpeg
|
||||
else
|
||||
JASPER_CONF_OPTS += -DJAS_ENABLE_LIBJPEG=OFF
|
||||
endif
|
||||
|
||||
$(eval $(cmake-package))
|
||||
|
||||
Reference in New Issue
Block a user