mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-09-13 09:49:33 +02:00
Port native tools to use KF5_HOST_TOOLING
The previous hack of just copying the native tools into the target sysroot has several limitations: - it no longer works with relative RPATHs being used - it fails in the case of kpackage where we need the same tools for host and target
This commit is contained in:
8
classes/kconfig.bbclass
Normal file
8
classes/kconfig.bbclass
Normal file
@@ -0,0 +1,8 @@
|
||||
# Class for recipes using kconfig host tools
|
||||
|
||||
DEPENDS += " \
|
||||
kconfig \
|
||||
kconfig-native \
|
||||
"
|
||||
|
||||
EXTRA_OECMAKE += " -DKF5_HOST_TOOLING=${STAGING_DIR_NATIVE}/${libdir}/cmake"
|
||||
Reference in New Issue
Block a user