Import buildroot 2016.02.01

This commit is contained in:
2016-02-24 22:35:39 +01:00
parent a6ee09dea4
commit 828befcf3c
7393 changed files with 390887 additions and 0 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))