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
@@ -0,0 +1,43 @@
From 9c2873b1d9292bcf43c862b6777d41c40521424c Mon Sep 17 00:00:00 2001
From: Peter Seiderer <ps.report@gmx.net>
Date: Sun, 13 Jan 2019 22:27:42 +0100
Subject: [PATCH] libcdaudio: enable autoreconf
Fixes the following two autoreconf errors (by simple removing of the
two offending lines):
configure.ac:20: error: automatic de-ANSI-fication support has been removed
Makefile.am:2: error: automatic de-ANSI-fication support has been removed
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
Makefile.am | 1 -
configure.ac | 1 -
2 files changed, 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index f639dd8..a32cfe6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,4 @@
## Process this file with automake to produce Makefile.in
-AUTOMAKE_OPTIONS = ansi2knr
SUBDIRS = src
bin_SCRIPTS = libcdaudio-config
diff --git a/configure.ac b/configure.ac
index bbdd42d..6699ceb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,6 @@ AM_CONFIG_HEADER(config.h)
AC_PROG_AWK
AC_PROG_CC
AC_PROG_CPP
-AM_C_PROTOTYPES
AM_PROG_CC_STDC
AC_PROG_INSTALL
AC_PROG_LN_S
--
2.20.1
+10
View File
@@ -0,0 +1,10 @@
config BR2_PACKAGE_LIBCDAUDIO
bool "libcdaudio"
# binutils assertion failure
depends on !BR2_nios2
help
libcdaudio is a library designed to provide functions to
control operation of a CD-ROM when playing audio CDs. It
also contains functions for CDDB and CD Index lookup.
http://libcdaudio.sourceforge.net/
+3
View File
@@ -0,0 +1,3 @@
# Locally computed:
sha256 5fdaf9af5ac4f75c0215d000b82b128fd054a582f81cc4f039a1e7fe69335ebb libcdaudio-0.99.12p2.tar.gz
sha256 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670 COPYING
+17
View File
@@ -0,0 +1,17 @@
################################################################################
#
# libcdaudio
#
################################################################################
LIBCDAUDIO_VERSION = 0.99.12p2
LIBCDAUDIO_SITE = http://downloads.sourceforge.net/project/libcdaudio/libcdaudio/$(LIBCDAUDIO_VERSION)
LIBCDAUDIO_INSTALL_STAGING = YES
LIBCDAUDIO_CONFIG_SCRIPTS = libcdaudio-config
LIBCDAUDIO_LICENSE = GPL-2.0+
LIBCDAUDIO_LICENSE_FILES = COPYING
# fix configure failure when the toolchain doesn't have C++ support
LIBCDAUDIO_AUTORECONF = YES
$(eval $(autotools-package))