Warning, /packaging/yocto-meta-kf5/classes/kconfig.bbclass is written in an unsupported language. File is not indexed.
0001 # Class for recipes using kconfig host tools
0002 #
0003 # SPDX-FileCopyrightText: 2019 Volker Krause <vkrause@kde.org>
0004 #
0005 # SPDX-License-Identifier: MIT
0006
0007 DEPENDS:append = " \
0008 kconfig \
0009 kconfig-native \
0010 "
0011
0012 EXTRA_OECMAKE:append = " -DKF5_HOST_TOOLING=${STAGING_LIBDIR_NATIVE}/cmake"