mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-01-29 21:08:43 +01:00
kauth.bbclass: only add dependencies for target recipes
This change avoids propagation of target specific dependencies when class is inherited in native packages.
This commit is contained in:
@@ -1,10 +1,11 @@
|
|||||||
# Class for recipes using KAuth host tools
|
# Class for recipes using KAuth host tools
|
||||||
#
|
#
|
||||||
# SPDX-FileCopyrightText: 2019 Volker Krause <vkrause@kde.org>
|
# SPDX-FileCopyrightText: 2019 Volker Krause <vkrause@kde.org>
|
||||||
|
# SPDX-FileCopyrightText: 2023 Andreas Cord-Landwehr <cordlandwehr@kde.org>
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
DEPENDS:append = " \
|
DEPENDS:append:class-target = " \
|
||||||
kauth \
|
kauth \
|
||||||
kauth-native \
|
kauth-native \
|
||||||
polkit-qt-1 \
|
polkit-qt-1 \
|
||||||
|
|||||||
Reference in New Issue
Block a user