Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
comment "exiv2 needs a toolchain w/ C++, wchar, dynamic library"
|
||||
comment "exiv2 needs a uClibc or glibc toolchain w/ C++, wchar, dynamic library, threads"
|
||||
depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP \
|
||||
|| !BR2_USE_WCHAR
|
||||
|| !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS \
|
||||
|| BR2_TOOLCHAIN_USES_MUSL
|
||||
|
||||
config BR2_PACKAGE_EXIV2
|
||||
bool "exiv2"
|
||||
depends on !BR2_STATIC_LIBS
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
depends on !BR2_TOOLCHAIN_USES_MUSL # PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP
|
||||
depends on BR2_USE_WCHAR
|
||||
help
|
||||
Exiv2 is a C++ library and a command line utility to manage
|
||||
@@ -40,13 +43,9 @@ config BR2_PACKAGE_EXIV2_PNG
|
||||
config BR2_PACKAGE_EXIV2_XMP
|
||||
bool "XMP support"
|
||||
select BR2_PACKAGE_EXPAT
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
help
|
||||
Build with XMP support
|
||||
|
||||
comment "xmp support needs a toolchain w/ threads"
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||
|
||||
config BR2_PACKAGE_EXIV2_LENSDATA
|
||||
bool "Nikon lens name database"
|
||||
depends on !BR2_PACKAGE_EXIV2_COMMERCIAL
|
||||
|
||||
@@ -1,4 +1,2 @@
|
||||
# From http://www.exiv2.org/download.html
|
||||
md5 258d4831b30f75a01e0234065c6c2806 exiv2-0.25.tar.gz
|
||||
# Locally calculated
|
||||
sha256 c80bfc778a15fdb06f71265db2c3d49d8493c382e516cb99b8c9f9cbde36efa4 exiv2-0.25.tar.gz
|
||||
sha256 290cb6208f143b9bd5074d790fc8924409f28e5813356c143d739a3311d8ad76 exiv2-910f3507795e1930ae216c9febee0bf9a88e99c0.tar.gz
|
||||
|
||||
@@ -4,12 +4,16 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
EXIV2_VERSION = 0.25
|
||||
EXIV2_SITE = http://www.exiv2.org
|
||||
EXIV2_VERSION = 910f3507795e1930ae216c9febee0bf9a88e99c0
|
||||
EXIV2_SITE = $(call github,Exiv2,exiv2,$(EXIV2_VERSION))
|
||||
EXIV2_INSTALL_STAGING = YES
|
||||
|
||||
EXIV2_CONF_OPTS += -DEXIV2_ENABLE_BUILD_SAMPLES=OFF
|
||||
|
||||
# The following CMake variable disables a TRY_RUN call in the -pthread
|
||||
# test which is not allowed when cross-compiling.
|
||||
EXIV2_CONF_OPTS += -DTHREADS_PTHREAD_ARG=OFF
|
||||
|
||||
ifeq ($(BR2_PACKAGE_EXIV2_LENSDATA),)
|
||||
EXIV2_CONF_OPTS += -DEXIV2_ENABLE_LENSDATA=OFF
|
||||
endif
|
||||
@@ -20,7 +24,7 @@ EXIV2_LICENSE = commercial
|
||||
# of the translated texts.
|
||||
EXIV2_CONF_OPTS += -DEXIV2_ENABLE_COMMERCIAL=ON -DEXIV2_ENABLE_NLS=OFF
|
||||
else
|
||||
EXIV2_LICENSE = GPLv2+
|
||||
EXIV2_LICENSE = GPL-2.0+
|
||||
EXIV2_LICENSE_FILES = COPYING
|
||||
endif
|
||||
|
||||
@@ -38,7 +42,9 @@ else
|
||||
EXIV2_CONF_OPTS += -DEXIV2_ENABLE_XMP=OFF -DEXIV2_ENABLE_LIBXMP=OFF
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_ENABLE_LOCALE),y)
|
||||
EXIV2_DEPENDENCIES += $(TARGET_NLS_DEPENDENCIES)
|
||||
|
||||
ifeq ($(BR2_SYSTEM_ENABLE_NLS),y)
|
||||
EXIV2_CONF_OPTS += -DEXIV2_ENABLE_NLS=ON
|
||||
else
|
||||
EXIV2_CONF_OPTS += -DEXIV2_ENABLE_NLS=OFF
|
||||
|
||||
Reference in New Issue
Block a user