Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -4,9 +4,10 @@ config BR2_PACKAGE_LIBDVBSI
depends on BR2_USE_WCHAR
depends on BR2_TOOLCHAIN_HAS_THREADS
help
C++ parsing library for Service Information (SI) in DVB systems.
With libdvbsi++ you can convert raw DVB service information to
a set of C++ objects, removing the need to parse data manually.
C++ parsing library for Service Information (SI) in DVB
systems. With libdvbsi++ you can convert raw DVB service
information to a set of C++ objects, removing the need to
parse data manually.
http://www.saftware.de/

View File

@@ -8,7 +8,7 @@ LIBDVBSI_VERSION = 0.3.7
LIBDVBSI_SOURCE = libdvbsi++-$(LIBDVBSI_VERSION).tar.bz2
LIBDVBSI_SITE = http://www.saftware.de/libdvbsi++
LIBDVBSI_INSTALL_STAGING = YES
LIBDVBSI_LICENSE = LGPLv2.1
LIBDVBSI_LICENSE = LGPL-2.1
LIBDVBSI_LICENSE_FILES = COPYING
$(eval $(autotools-package))