Bump buildroot to 2019.02
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_LIBVPX
|
||||
bool "libvpx"
|
||||
depends on !BR2_bfin
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
help
|
||||
A high-quality, open video format that's freely available to
|
||||
@@ -9,5 +8,4 @@ config BR2_PACKAGE_LIBVPX
|
||||
http://webmproject.org
|
||||
|
||||
comment "libvpx needs a toolchain w/ threads"
|
||||
depends on !BR2_bfin
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||
|
||||
@@ -1,2 +1,4 @@
|
||||
# Locally computed:
|
||||
sha256 1c2c0c2a97fba9474943be34ee39337dee756780fc12870ba1dc68372586a819 libvpx-1.6.1.tar.bz2
|
||||
sha256 1fec931eb5c94279ad219a5b6e0202358e94a93a90cfb1603578c326abfc1238 libvpx-v1.7.0.tar.gz
|
||||
sha256 8267348d5af1262c11d1a08de2f5afc77457755f1ac658627dd9acf71011d615 LICENSE
|
||||
sha256 cc3273e0694ea5896145e0677699b53471b03ea43021ddc50e7923fbb9f5023c PATENTS
|
||||
|
||||
@@ -4,9 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBVPX_VERSION = 1.6.1
|
||||
LIBVPX_SOURCE = libvpx-$(LIBVPX_VERSION).tar.bz2
|
||||
LIBVPX_SITE = http://storage.googleapis.com/downloads.webmproject.org/releases/webm
|
||||
LIBVPX_VERSION = v1.7.0
|
||||
LIBVPX_SITE = $(call github,webmproject,libvpx,$(LIBVPX_VERSION))
|
||||
LIBVPX_LICENSE = BSD-3-Clause
|
||||
LIBVPX_LICENSE_FILES = LICENSE PATENTS
|
||||
LIBVPX_INSTALL_STAGING = YES
|
||||
|
||||
Reference in New Issue
Block a user