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,9 @@
config BR2_PACKAGE_LIBEXIF
bool "libexif"
help
Most digital cameras produce EXIF files, which are JPEG
files with extra tags that contain information about the
image. The EXIF library allows you to parse an EXIF file
and read the data from those tags.
http://libexif.sf.net

View File

@@ -0,0 +1,2 @@
# Locally computed:
sha256 16cdaeb62eb3e6dfab2435f7d7bccd2f37438d21c5218ec4e58efa9157d4d41a libexif-0.6.21.tar.bz2

View File

@@ -0,0 +1,15 @@
################################################################################
#
# libexif
#
################################################################################
LIBEXIF_VERSION = 0.6.21
LIBEXIF_SOURCE = libexif-$(LIBEXIF_VERSION).tar.bz2
LIBEXIF_SITE = http://downloads.sourceforge.net/project/libexif/libexif/$(LIBEXIF_VERSION)
LIBEXIF_INSTALL_STAGING = YES
LIBEXIF_DEPENDENCIES = host-pkgconf
LIBEXIF_LICENSE = LGPLv2.1+
LIBEXIF_LICENSE_FILES = COPYING
$(eval $(autotools-package))