initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
config BR2_PACKAGE_SPEEXDSP
bool "speexdsp"
help
DSP library derived from speex.
https://www.speex.org
+3
View File
@@ -0,0 +1,3 @@
# Locally computed
sha256 c92c7e428cb5ca11b4e6f13118ff288332f330b6fefc93cb39bf7b43b13cb1f7 speexdsp-SpeexDSP-1.2.0-br1.tar.gz
sha256 671bb5d8fd3c6b05a2e831d90f978ac27965c92bd8ea6d16b3df76e3440c0e9f COPYING
+16
View File
@@ -0,0 +1,16 @@
################################################################################
#
# speexdsp
#
################################################################################
SPEEXDSP_VERSION = SpeexDSP-1.2.0
SPEEXDSP_SITE = https://gitlab.xiph.org/xiph/speexdsp.git
SPEEXDSP_SITE_METHOD = git
SPEEXDSP_LICENSE = BSD-3-Clause
SPEEXDSP_LICENSE_FILES = COPYING
SPEEXDSP_INSTALL_STAGING = YES
SPEEXDSP_DEPENDENCIES = host-pkgconf
SPEEXDSP_AUTORECONF = YES
$(eval $(autotools-package))