diff options
author | Danomi Manchego <danomimanchego123@gmail.com> | 2013-06-03 16:03:30 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-06-04 08:44:26 +0200 |
commit | 69f323f562507c86d4d073086d1d9d6ff2c11e5d (patch) | |
tree | a5bdb127b4d88f02668616fc437016c2d5248a34 /package/tiff | |
parent | 181768f00c316e13b4ae24c9361bf0aad3609a74 (diff) | |
download | buildroot-novena-69f323f562507c86d4d073086d1d9d6ff2c11e5d.tar.gz buildroot-novena-69f323f562507c86d4d073086d1d9d6ff2c11e5d.zip |
tiff: add license info
Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/tiff')
-rw-r--r-- | package/tiff/tiff.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/tiff/tiff.mk b/package/tiff/tiff.mk index e881647b1..bcc55bea7 100644 --- a/package/tiff/tiff.mk +++ b/package/tiff/tiff.mk @@ -6,6 +6,8 @@ TIFF_VERSION = 4.0.3 TIFF_SITE = http://download.osgeo.org/libtiff +TIFF_LICENSE = tiff license +TIFF_LICENSE_FILES = COPYRIGHT TIFF_INSTALL_STAGING = YES TIFF_CONF_OPT = \ --disable-cxx \ |