Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -7,9 +7,10 @@ config BR2_PACKAGE_CPPDB
|
||||
# Can be built without them but it's useless
|
||||
depends on BR2_PACKAGE_MYSQL || BR2_PACKAGE_POSTGRESQL || BR2_PACKAGE_SQLITE
|
||||
help
|
||||
CppDB is an SQL connectivity library that is designed to provide
|
||||
platform and Database independent connectivity API similarly
|
||||
to what JDBC, ODBC and other connectivity libraries do.
|
||||
CppDB is an SQL connectivity library that is designed to
|
||||
provide platform and Database independent connectivity API
|
||||
similarly to what JDBC, ODBC and other connectivity libraries
|
||||
do.
|
||||
|
||||
http://cppcms.com/sql/cppdb/
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ CPPDB_SOURCE = cppdb-$(CPPDB_VERSION).tar.bz2
|
||||
CPPDB_SITE = http://downloads.sourceforge.net/project/cppcms/cppdb/$(CPPDB_VERSION)
|
||||
CPPDB_INSTALL_STAGING = YES
|
||||
CPPDB_DEPENDENCIES = $(if $(BR2_PACKAGE_SQLITE),sqlite)
|
||||
CPPDB_LICENSE = Boost-v1.0 or MIT
|
||||
CPPDB_LICENSE = BSL-1.0 or MIT
|
||||
CPPDB_LICENSE_FILES = LICENSE_1_0.txt MIT.txt
|
||||
|
||||
ifeq ($(BR2_PACKAGE_MYSQL),y)
|
||||
|
||||
Reference in New Issue
Block a user