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_LIBSILK
bool "libsilk"
help
SILK is an audio compression format and audio codec.
http://tools.ietf.org/html/draft-vos-silk-01
+3
View File
@@ -0,0 +1,3 @@
# Locally computed
sha256 ac79eb4c154af25c0ab25e12d60d3b4165c399903fe88d82e066cf6d9827503e libsilk-4268a02240c35c6055b0f237c46b09b2dcf79e45-br1.tar.gz
sha256 62a5963f034024665641f4a9888b208f1e39aa7e29e87c9634fdcf07d3073baf COPYING
+16
View File
@@ -0,0 +1,16 @@
################################################################################
#
# libsilk
#
################################################################################
LIBSILK_VERSION = 4268a02240c35c6055b0f237c46b09b2dcf79e45
# we use the FreeSwitch fork because it contains pkgconf support
LIBSILK_SITE = https://freeswitch.org/stash/scm/sd/libsilk.git
LIBSILK_SITE_METHOD = git
LIBSILK_LICENSE = BSD-3-Clause
LIBSILK_LICENSE_FILES = COPYING
LIBSILK_AUTORECONF = YES
LIBSILK_INSTALL_STAGING = YES
$(eval $(autotools-package))