Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -2,8 +2,9 @@ config BR2_PACKAGE_OPENCORE_AMR
bool "opencore-amr"
depends on BR2_INSTALL_LIBSTDCPP
help
Library of OpenCORE Framework implementation of Adaptive Multi Rate
Narrowband and Wideband (AMR-NB and AMR-WB) speech codec.
Library of OpenCORE Framework implementation of Adaptive
Multi Rate Narrowband and Wideband (AMR-NB and AMR-WB)
speech codec.
http://opencore-amr.sourceforge.net/

View File

@@ -1,2 +1,6 @@
# From https://sourceforge.net/projects/opencore-amr/files/opencore-amr/
md5 e0798587b91411cc092aa73091a97dfc opencore-amr-0.1.5.tar.gz
sha1 bef4d1e3a8a155b47569b6691a223843b33e279e opencore-amr-0.1.5.tar.gz
# Locally computed:
sha256 106bf811c1f36444d7671d8fd2589f8b2e0cca58a2c764da62ffc4a070595385 opencore-amr-0.1.3.tar.gz
sha256 2c006cb9d5f651bfb5e60156dbff6af3c9d35c7bbcc9015308c0aff1e14cd341 opencore-amr-0.1.5.tar.gz
sha256 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb LICENSE

View File

@@ -4,10 +4,10 @@
#
################################################################################
OPENCORE_AMR_VERSION = 0.1.3
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))