Move buildroot to bsp directory.
This commit is contained in:
12
bsp/buildroot/package/libebml/Config.in
Normal file
12
bsp/buildroot/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/package/libebml/libebml.hash
Normal file
2
bsp/buildroot/package/libebml/libebml.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 195894b31aaca55657c9bc157d744f23b0c25597606b97cfa5a9039c4b684295 libebml-1.3.1.tar.bz2
|
||||
14
bsp/buildroot/package/libebml/libebml.mk
Normal file
14
bsp/buildroot/package/libebml/libebml.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# libebml
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBEBML_VERSION = 1.3.1
|
||||
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