update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

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/

View File

@@ -0,0 +1,2 @@
# Locally computed:
sha256 5fdaf9af5ac4f75c0215d000b82b128fd054a582f81cc4f039a1e7fe69335ebb libcdaudio-0.99.12p2.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# 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 = GPLv2+
LIBCDAUDIO_LICENSE_FILES = COPYING
$(eval $(autotools-package))