mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
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>
This commit is contained in:
parent
1b51fa44d0
commit
85d6721e56
@ -1,2 +1,4 @@
|
|||||||
# Locally computed
|
# Locally computed
|
||||||
sha256 a4c94817365761a3a4c21bb3ca1c680a6bdfd3edd61df9fdd291d3e7645923b3 shapelib-1.4.1.tar.gz
|
sha256 a4c94817365761a3a4c21bb3ca1c680a6bdfd3edd61df9fdd291d3e7645923b3 shapelib-1.4.1.tar.gz
|
||||||
|
sha256 7eb803a70990017a1c4e38a8342d7413c5dfeec3ed1ac407e15ae2c274e560ff COPYING
|
||||||
|
sha256 a638278f7f1cb7d0cdc73b47a6c87261b882e356a8e79922e90d44d7ef1dd2c7 web/license.html
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
SHAPELIB_VERSION = 1.4.1
|
SHAPELIB_VERSION = 1.4.1
|
||||||
SHAPELIB_SITE = http://download.osgeo.org/shapelib
|
SHAPELIB_SITE = http://download.osgeo.org/shapelib
|
||||||
SHAPELIB_LICENSE = MIT or LGPL-2.0
|
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_INSTALL_STAGING = YES
|
||||||
SHAPELIB_DEPENDENCIES = proj
|
SHAPELIB_DEPENDENCIES = proj
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user