initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
config BR2_PACKAGE_KF5_KCOREADDONS
|
||||
bool "kf5-kcoreaddons"
|
||||
depends on !BR2_TOOLCHAIN_HAS_BINUTILS_BUG_27597
|
||||
select BR2_PACKAGE_KF5_EXTRA_CMAKE_MODULES
|
||||
select BR2_PACKAGE_QT5TOOLS
|
||||
select BR2_PACKAGE_QT5TOOLS_LINGUIST_TOOLS
|
||||
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 KCoreAddons, a set of classes built
|
||||
on top of QtCore to perform various tasks.
|
||||
|
||||
https://api.kde.org/frameworks/kcoreaddons/html/index.html
|
||||
@@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 40ff04757e4ac19bc8448940fe18886c894a2069865966cc865fc55ff67b0b46 kcoreaddons-5.47.0.tar.xz
|
||||
sha256 a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861 COPYING.LIB
|
||||
@@ -0,0 +1,29 @@
|
||||
################################################################################
|
||||
#
|
||||
# kf5-kcoreaddons
|
||||
#
|
||||
################################################################################
|
||||
|
||||
KF5_KCOREADDONS_VERSION = $(KF5_VERSION)
|
||||
KF5_KCOREADDONS_SITE = $(KF5_SITE)
|
||||
KF5_KCOREADDONS_SOURCE = kcoreaddons-$(KF5_KCOREADDONS_VERSION).tar.xz
|
||||
KF5_KCOREADDONS_LICENSE = LGPL-2.1
|
||||
KF5_KCOREADDONS_LICENSE_FILES = COPYING.LIB
|
||||
|
||||
KF5_KCOREADDONS_DEPENDENCIES = kf5-extra-cmake-modules qt5tools
|
||||
KF5_KCOREADDONS_INSTALL_STAGING = YES
|
||||
|
||||
KF5_KCOREADDONS_CXXFLAGS = $(TARGET_CXXFLAGS)
|
||||
|
||||
ifeq ($(BR2_TOOLCHAIN_HAS_LIBATOMIC),y)
|
||||
KF5_KCOREADDONS_CXXFLAGS += -latomic
|
||||
endif
|
||||
|
||||
KF5_KCOREADDONS_CONF_OPTS = -DCMAKE_CXX_FLAGS="$(KF5_KCOREADDONS_CXXFLAGS)"
|
||||
|
||||
ifeq ($(BR2_microblaze),y)
|
||||
# Microblaze ld emits warnings, make warnings not to be treated as errors
|
||||
KF5_KCOREADDONS_CONF_OPTS += -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--no-fatal-warnings"
|
||||
endif
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user