update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_LIBDMTX
bool "libdmtx"
help
libdmtx is a software library that enables programs to read and write
Data Matrix barcodes of the modern ECC200 variety.
http://www.libdmtx.org/

View File

@@ -0,0 +1,2 @@
# Locally computed:
sha256 686bcfb44e50b96345aa53f41e285f2118a2cf87a333b69b74165a2e7ddca492 libdmtx-0.7.4.tar.gz

View File

@@ -0,0 +1,13 @@
################################################################################
#
# libdmtx
#
################################################################################
LIBDMTX_VERSION = 0.7.4
LIBDMTX_SITE = http://downloads.sourceforge.net/project/libdmtx/libdmtx/$(LIBDMTX_VERSION)
LIBDMTX_LICENSE = BSD-2c or Special Permission
LIBDMTX_LICENSE_FILES = LICENSE
LIBDMTX_INSTALL_STAGING = YES
$(eval $(autotools-package))