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,12 @@
config BR2_PACKAGE_LIBDVBPSI
bool "libdvbpsi"
depends on BR2_TOOLCHAIN_HAS_THREADS
help
libdvbpsi is a simple library designed for decoding and
generation of MPEG TS and DVB PSI tables according to standards
ISO/IEC 13818 and ITU-T H.222.0.
http://www.videolan.org/developers/libdvbpsi.html
comment "libdvbpsi needs a toolchain w/ threads"
depends on !BR2_TOOLCHAIN_HAS_THREADS

View File

@@ -0,0 +1,4 @@
# From http://download.videolan.org/pub/libdvbpsi/1.3.0/libdvbpsi-1.3.0.tar.bz2.md5
md5 2b217039a1299000c39423441f77e76a libdvbpsi-1.3.0.tar.bz2
# From http://download.videolan.org/pub/libdvbpsi/1.3.0/libdvbpsi-1.3.0.tar.bz2.sha256
sha256 a2fed1d11980662f919bbd1f29e2462719e0f6227e1a531310bd5a706db0a1fe libdvbpsi-1.3.0.tar.bz2

View File

@@ -0,0 +1,14 @@
################################################################################
#
# libdvbpsi
#
################################################################################
LIBDVBPSI_VERSION = 1.3.0
LIBDVBPSI_SITE = http://download.videolan.org/pub/libdvbpsi/$(LIBDVBPSI_VERSION)
LIBDVBPSI_SOURCE = libdvbpsi-$(LIBDVBPSI_VERSION).tar.bz2
LIBDVBPSI_LICENSE = LGPLv2.1+
LIBDVBPSI_LICENSE_FILES = COPYING
LIBDVBPSI_INSTALL_STAGING = YES
$(eval $(autotools-package))