update buildroot to 2017.02.11
This commit is contained in:
18
bsp/buildroot-2017.02.11/package/zxing-cpp/zxing-cpp.mk
Normal file
18
bsp/buildroot-2017.02.11/package/zxing-cpp/zxing-cpp.mk
Normal file
@@ -0,0 +1,18 @@
|
||||
################################################################################
|
||||
#
|
||||
# zxing-cpp
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ZXING_CPP_VERSION = 0db7f855135222becff193671faae79c083424b6
|
||||
ZXING_CPP_SITE = $(call github,glassechidna,zxing-cpp,$(ZXING_CPP_VERSION))
|
||||
ZXING_CPP_LICENSE = Apache-2.0
|
||||
ZXING_CPP_LICENSE_FILES = COPYING
|
||||
ZXING_CPP_INSTALL_STAGING = YES
|
||||
ZXING_CPP_SUPPORTS_IN_SOURCE_BUILD = NO
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBICONV),y)
|
||||
ZXING_CPP_DEPENDENCIES += libiconv
|
||||
endif
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user