update buildroot to 2017.02.11
This commit is contained in:
8
bsp/buildroot-2017.02.11/package/libcdio/Config.in
Normal file
8
bsp/buildroot-2017.02.11/package/libcdio/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_LIBCDIO
|
||||
bool "libcdio"
|
||||
depends on BR2_USE_MMU # fork()
|
||||
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
||||
help
|
||||
The GNU Compact Disc Input and Control library.
|
||||
|
||||
http://www.gnu.org/software/libcdio/
|
||||
2
bsp/buildroot-2017.02.11/package/libcdio/libcdio.hash
Normal file
2
bsp/buildroot-2017.02.11/package/libcdio/libcdio.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated after checking signature
|
||||
sha256 96e2c903f866ae96f9f5b9048fa32db0921464a2286f5b586c0f02699710025a libcdio-0.94.tar.gz
|
||||
28
bsp/buildroot-2017.02.11/package/libcdio/libcdio.mk
Normal file
28
bsp/buildroot-2017.02.11/package/libcdio/libcdio.mk
Normal file
@@ -0,0 +1,28 @@
|
||||
################################################################################
|
||||
#
|
||||
# libcdio
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBCDIO_VERSION = 0.94
|
||||
LIBCDIO_SITE = $(BR2_GNU_MIRROR)/libcdio
|
||||
LIBCDIO_INSTALL_STAGING = YES
|
||||
LIBCDIO_LICENSE = GPLv3+
|
||||
LIBCDIO_LICENSE_FILES = COPYING
|
||||
LIBCDIO_CONF_OPTS = --disable-example-progs --disable-cddb
|
||||
|
||||
ifeq ($(BR2_ENABLE_LOCALE),)
|
||||
LIBCDIO_DEPENDENCIES += libiconv
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_INSTALL_LIBSTDCPP),)
|
||||
LIBCDIO_CONF_OPTS += --disable-cxx
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_NCURSES),y)
|
||||
LIBCDIO_DEPENDENCIES += ncurses
|
||||
else
|
||||
LIBCDIO_CONF_OPTS += --without-cdda-player
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user