package/opencore-amr: fix license, add license hash

Fixes
http://autobuild.buildroot.net/results/656/65667eb8fa1d447251b707e8a201d811cdaf7590/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Bernd Kuhls 2017-09-28 23:00:46 +02:00 committed by Peter Korsgaard
parent e6156615ec
commit f04df2d65d
2 changed files with 2 additions and 1 deletions

View File

@ -3,3 +3,4 @@ md5 e0798587b91411cc092aa73091a97dfc opencore-amr-0.1.5.tar.gz
sha1 bef4d1e3a8a155b47569b6691a223843b33e279e opencore-amr-0.1.5.tar.gz
# Locally computed:
sha256 2c006cb9d5f651bfb5e60156dbff6af3c9d35c7bbcc9015308c0aff1e14cd341 opencore-amr-0.1.5.tar.gz
sha256 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb LICENSE

View File

@ -8,6 +8,6 @@ OPENCORE_AMR_VERSION = 0.1.5
OPENCORE_AMR_SITE = http://downloads.sourceforge.net/project/opencore-amr/opencore-amr
OPENCORE_AMR_INSTALL_STAGING = YES
OPENCORE_AMR_LICENSE = Apache-2.0
OPENCORE_AMR_LICENSE_FILES = COPYING
OPENCORE_AMR_LICENSE_FILES = LICENSE
$(eval $(autotools-package))