Update Buildroot to 2019.02.3 (#415)

* Update Buildroot to 2019-02.3

* Fix enter script

* Update ova_defconfig

* Fix network manager

* Remove runc patches

* Use same docker version

* Fix build

* Fix vmtools

* Fix depens

* Fix handling with tempfiles

* Fix permission handling

* Fix cp

* Cleanup

* Fix mounts
This commit is contained in:
Pascal Vizeli
2019-06-27 11:58:50 +02:00
committed by GitHub
parent bb201fb842
commit 41d3f59002
2416 changed files with 36288 additions and 21885 deletions

View File

@@ -1,7 +1,9 @@
config BR2_PACKAGE_OPUS_TOOLS
bool "opus-tools"
select BR2_PACKAGE_OPUS
select BR2_PACKAGE_LIBOGG
select BR2_PACKAGE_LIBOPUSENC
select BR2_PACKAGE_OPUS
select BR2_PACKAGE_OPUSFILE
help
Opus codec command line tools. This package provides the
reference implementations of encoder and decoder utilities

View File

@@ -1,5 +1,5 @@
# From http://downloads.xiph.org/releases/opus/SHA256SUMS.txt
sha256 a2357532d19471b70666e0e0ec17d514246d8b3cb2eb168f68bb0f6fd372b28c opus-tools-0.1.10.tar.gz
sha256 b4e56cb00d3e509acfba9a9b627ffd8273b876b4e2408642259f6da28fa0ff86 opus-tools-0.2.tar.gz
# Hash for license file
sha256 88021117568c64038175d7fb3b8286056f7cdb54f09dc806578f6bd9342c62cc COPYING
sha256 c28016e58544119d6b93aea28297d040f17dcef7a9f548d3e6a4d0b558c5d248 COPYING

View File

@@ -4,12 +4,12 @@
#
################################################################################
OPUS_TOOLS_VERSION = 0.1.10
OPUS_TOOLS_VERSION = 0.2
OPUS_TOOLS_SITE = https://downloads.xiph.org/releases/opus
OPUS_TOOLS_LICENSE = BSD-2-Clause, GPL-2.0 (opusinfo)
OPUS_TOOLS_LICENSE_FILES = COPYING
OPUS_TOOLS_CONF_OPTS = --disable-oggtest --disable-opustest
OPUS_TOOLS_DEPENDENCIES = opus libogg host-pkgconf
OPUS_TOOLS_DEPENDENCIES = libogg libopusenc opus opusfile host-pkgconf
ifeq ($(BR2_PACKAGE_LIBPCAP),y)
OPUS_TOOLS_DEPENDENCIES += libpcap