Bump buildroot to 2019.02

This commit is contained in:
2019-03-28 22:49:48 +01:00
parent 5598b1b762
commit 920d307141
5121 changed files with 78550 additions and 46132 deletions

View File

@@ -1,13 +1,8 @@
config BR2_PACKAGE_QJSON
bool "qjson"
depends on !BR2_STATIC_LIBS
depends on BR2_PACKAGE_QT || BR2_PACKAGE_QT5
depends on BR2_PACKAGE_QT5
help
QJson is a Qt-based library that maps JSON data to
QVariant objects and vice versa.
http://qjson.sourceforge.net
comment "qjson needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS
depends on !BR2_PACKAGE_QT && !BR2_PACKAGE_QT5

View File

@@ -7,9 +7,7 @@
QJSON_VERSION = 0.9.0
QJSON_SITE = $(call github,flavio,qjson,$(QJSON_VERSION))
QJSON_INSTALL_STAGING = YES
QJSON_DEPENDENCIES = \
$(if $(BR2_PACKAGE_QT),qt) \
$(if $(BR2_PACKAGE_QT5),qt5base)
QJSON_DEPENDENCIES = qt5base
QJSON_LICENSE = LGPL-2.1
QJSON_LICENSE_FILES = COPYING.lib