Bump buildroot to 2019.02

This commit is contained in:
2019-03-28 22:49:48 +01:00
parent 5598b1b762
commit 920d307141
5121 changed files with 78550 additions and 46132 deletions

View File

@@ -1,7 +1,6 @@
config BR2_PACKAGE_DVBLAST
bool "dvblast"
depends on !BR2_bfin # libev
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # clock_nanosleep()
depends on BR2_TOOLCHAIN_HAS_THREADS
select BR2_PACKAGE_BITSTREAM
select BR2_PACKAGE_LIBEV
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
@@ -11,6 +10,5 @@ config BR2_PACKAGE_DVBLAST
http://www.videolan.org/projects/dvblast.html
comment "dvblast needs a toolchain w/ NPTL"
depends on !BR2_bfin # libev
depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL
comment "dvblast needs a toolchain w/ threads"
depends on !BR2_TOOLCHAIN_HAS_THREADS

View File

@@ -1,2 +1,7 @@
# From https://get.videolan.org/dvblast/3.1/dvblast-3.1.tar.bz2
sha256 3159e8666a3b1822aeccd01684bdcad712a0da88d758bef6b7e2c396f27fd3e0 dvblast-3.1.tar.bz2
# From https://get.videolan.org/dvblast/3.4/dvblast-3.4.tar.bz2.md5
md5 148a26e1207e111f905461cfb1cd106a dvblast-3.4.tar.bz2
# From https://get.videolan.org/dvblast/3.4/dvblast-3.4.tar.bz2.sha256
sha256 7abd45aff738544017350af87ec7ebad00fcfb4e4effd04f35023d504d9b6f44 dvblast-3.4.tar.bz2
# Locally computed
sha256 94f68aec169fb6c9937eade757251714d38a56812be5dbfc3973914a71ad8d2d COPYING
sha256 2c1bea2f338d46ee6f2712f2c2bf05b874327ca0bec5eb0b7b4fbe208a23677f COPYING.WTFPL

View File

@@ -4,7 +4,7 @@
#
################################################################################
DVBLAST_VERSION = 3.1
DVBLAST_VERSION = 3.4
DVBLAST_SOURCE = dvblast-$(DVBLAST_VERSION).tar.bz2
DVBLAST_SITE = https://get.videolan.org/dvblast/$(DVBLAST_VERSION)
DVBLAST_LICENSE = GPL-2.0+, WTFPL