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

@@ -0,0 +1,20 @@
config BR2_PACKAGE_KF5_MODEMMANAGER_QT
bool "kf5-modemmanager-qt"
depends on BR2_USE_MMU # qt5dbus
depends on BR2_TOOLCHAIN_HAS_THREADS # qt5dbus
depends on BR2_PACKAGE_MODEM_MANAGER
select BR2_PACKAGE_QT5BASE_DBUS
select BR2_PACKAGE_KF5_EXTRA_CMAKE_MODULES
help
KF5 is a set of Qt framework addons, extending Qt in various
ways, not only restricted in helping integration in KDE.
This package contains the ModemManager Qt5 bindings from the
KF5 project.
https://api.kde.org/frameworks/modemmanager-qt/html/index.html
comment "kf5-modemmanager-qt needs toolchain w/ threads"
depends on BR2_USE_MMU
depends on BR2_PACKAGE_MODEM_MANAGER
depends on !BR2_TOOLCHAIN_HAS_THREADS

View File

@@ -0,0 +1,3 @@
# Locally calculated
sha256 8b6ab15ce82b7a30b26814178ac33380056ec4398707481aa5ce95cf09d39d03 modemmanager-qt-5.47.0.tar.xz
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING.LIB

View File

@@ -0,0 +1,16 @@
################################################################################
#
# kf5-modemmanager-qt
#
################################################################################
KF5_MODEMMANAGER_QT_VERSION = $(KF5_VERSION)
KF5_MODEMMANAGER_QT_SITE = $(KF5_SITE)
KF5_MODEMMANAGER_QT_SOURCE = modemmanager-qt-$(KF5_MODEMMANAGER_QT_VERSION).tar.xz
KF5_MODEMMANAGER_QT_LICENSE = LGPL-2.1+
KF5_MODEMMANAGER_QT_LICENSE_FILE = COPYING.LIB
KF5_MODEMMANAGER_QT_DEPENDENCIES = kf5-extra-cmake-modules modem-manager qt5base
KF5_MODEMMANAGER_QT_INSTALL_STAGING = YES
$(eval $(cmake-package))