initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
+20
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
@@ -0,0 +1,3 @@
# Locally calculated
sha256 8b6ab15ce82b7a30b26814178ac33380056ec4398707481aa5ce95cf09d39d03 modemmanager-qt-5.47.0.tar.xz
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING.LIB
@@ -0,0 +1,21 @@
################################################################################
#
# 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_FILES = COPYING.LIB
KF5_MODEMMANAGER_QT_DEPENDENCIES = kf5-extra-cmake-modules modem-manager qt5base
KF5_MODEMMANAGER_QT_INSTALL_STAGING = YES
# Uses __atomic_fetch_add_4
ifeq ($(BR2_TOOLCHAIN_HAS_LIBATOMIC),y)
KF5_MODEMMANAGER_QT_CONF_OPTS += -DCMAKE_EXE_LINKER_FLAGS=-latomic
endif
$(eval $(cmake-package))