diff options
author | 2017-12-18 09:52:00 +0100 | |
---|---|---|
committer | 2017-12-18 09:52:41 +0100 | |
commit | 85d6721e56971002aafbff2083537e24629eccf0 (patch) | |
tree | 181d56375060e29908ca7ac688e215b9588d76e5 /package/shapelib/shapelib.mk | |
parent | 1b51fa44d038e055d205f98a3dcc37b31283a5d7 (diff) | |
download | buildroot-85d6721e56971002aafbff2083537e24629eccf0.tar.gz buildroot-85d6721e56971002aafbff2083537e24629eccf0.tar.bz2 |
shapelib: fix legal information
Following the bump of shapelib in commit
333f5605958283c58f21a990bb5e36067489b72b, the licensing information
got broken, as the LICENSE.LGPL file is now named COPYING.
While at it, let's add the hashes for the license files.
Fixes:
http://autobuild.buildroot.net/results/978db9ea9f04ad465252316e2f31085516a123bb/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/shapelib/shapelib.mk')
-rw-r--r-- | package/shapelib/shapelib.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/shapelib/shapelib.mk b/package/shapelib/shapelib.mk index d6217ff3a1..b76c3bb2d2 100644 --- a/package/shapelib/shapelib.mk +++ b/package/shapelib/shapelib.mk @@ -7,7 +7,7 @@ SHAPELIB_VERSION = 1.4.1 SHAPELIB_SITE = http://download.osgeo.org/shapelib SHAPELIB_LICENSE = MIT or LGPL-2.0 -SHAPELIB_LICENSE_FILES = web/license.html LICENSE.LGPL +SHAPELIB_LICENSE_FILES = web/license.html COPYING SHAPELIB_INSTALL_STAGING = YES SHAPELIB_DEPENDENCIES = proj |