Warning, /packaging/yocto-meta-kf5/classes/kdoctools.bbclass is written in an unsupported language. File is not indexed.
0001 # Class for recipes using kdoctools to build their documentation
0002 #
0003 # SPDX-FileCopyrightText: 2019 Volker Krause <vkrause@kde.org>
0004 #
0005 # SPDX-License-Identifier: MIT
0006
0007 do_compile:prepend() {
0008 # meinproc5 needs to find installed service type files
0009 export XDG_DATA_DIRS=${STAGING_DATADIR}:$XDG_DATA_DIRS
0010 }
0011
0012 DEPENDS:append = " \
0013 kdoctools \
0014 kdoctools-native \
0015 libxslt-native \
0016 karchive-native \
0017 "
0018
0019 EXTRA_OECMAKE:append = " -DKF5_HOST_TOOLING=${STAGING_LIBDIR_NATIVE}/cmake"