update buildroot to 2017.02.11
This commit is contained in:
12
bsp/buildroot-2017.02.11/package/libebml/Config.in
Normal file
12
bsp/buildroot-2017.02.11/package/libebml/Config.in
Normal file
@@ -0,0 +1,12 @@
|
||||
config BR2_PACKAGE_LIBEBML
|
||||
bool "libebml"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on BR2_USE_WCHAR
|
||||
help
|
||||
Access library for the EBML (Extensible Binary Meta
|
||||
Language, a binary derivative of XML) format.
|
||||
|
||||
http://matroska.org
|
||||
|
||||
comment "libebml needs a toolchain w/ C++, wchar"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR
|
||||
2
bsp/buildroot-2017.02.11/package/libebml/libebml.hash
Normal file
2
bsp/buildroot-2017.02.11/package/libebml/libebml.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 35fb44daa41961f94a0ac1b8f06801e88cc9bf2ad6f562ced8ab7c1f1a875499 libebml-1.3.3.tar.bz2
|
||||
14
bsp/buildroot-2017.02.11/package/libebml/libebml.mk
Normal file
14
bsp/buildroot-2017.02.11/package/libebml/libebml.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# libebml
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBEBML_VERSION = 1.3.3
|
||||
LIBEBML_SOURCE = libebml-$(LIBEBML_VERSION).tar.bz2
|
||||
LIBEBML_SITE = http://dl.matroska.org/downloads/libebml
|
||||
LIBEBML_INSTALL_STAGING = YES
|
||||
LIBEBML_LICENSE = LGPLv2.1+
|
||||
LIBEBML_LICENSE_FILES = LICENSE.LGPL
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user