mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-09-12 06:49:33 +02:00
Introduce kcmutils class
kcmutils now uses a mandatory runtime dependency during build, which for convenienc is provided by this new class.
This commit is contained in:
12
classes/kcmutils.bbclass
Normal file
12
classes/kcmutils.bbclass
Normal file
@@ -0,0 +1,12 @@
|
||||
# Class for recipes using kcmutils host tools
|
||||
#
|
||||
# SPDX-FileCopyrightText: 2022 Andreas Cord-Landwehr <cordlandwehr@kde.org>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
DEPENDS:append = " \
|
||||
kcmutils \
|
||||
kcmutils-native \
|
||||
"
|
||||
|
||||
EXTRA_OECMAKE:append = " -DKF5_HOST_TOOLING=${STAGING_DIR_NATIVE}/${libdir}/cmake"
|
||||
Reference in New Issue
Block a user