Update buidlroot to version 2016.08.1

This commit is contained in:
2016-11-16 22:07:29 +01:00
parent 807ab03547
commit a1061efbc2
3636 changed files with 59539 additions and 25783 deletions

View File

@@ -0,0 +1,13 @@
config BR2_PACKAGE_SPHINXBASE
bool "sphinxbase"
depends on BR2_TOOLCHAIN_HAS_THREADS
help
CMUSphinx toolkit is a leading speech recognition toolkit
with various tools used to build speech applications. CMU
Sphinx toolkit has a number of packages for different tasks
and applications.
http://cmusphinx.sourceforge.net/
comment "sphinxbase needs a toolchain with threads"
depends on !BR2_TOOLCHAIN_HAS_THREADS

View File

@@ -0,0 +1,2 @@
# Locally computed
sha256 06971dbe272d2f73bde0ef7b3538c0c8f8ea885cb171fd6b17a5975bced66e64 sphinxbase-5prealpha.tar.gz

View File

@@ -0,0 +1,19 @@
################################################################################
#
# sphinxbase
#
################################################################################
SPHINXBASE_VERSION = 5prealpha
SPHINXBASE_SITE = http://downloads.sourceforge.net/project/cmusphinx/sphinxbase/5prealpha
SPHINXBASE_LICENSE = BSD-2c
# Note http://sourceforge.net/p/cmusphinx/bugs/441/ "LICENSE file missing in"
# 5prealpha tarballs". The license is contained in the copyright notice at the
# top of each source file. For example:
SPHINXBASE_LICENSE_FILES = src/libsphinxbase/util/bio.c
SPHINXBASE_DEPENDENCIES = host-bison
SPHINXBASE_CONF_OPTS = --without-python --without-lapack
$(eval $(autotools-package))