mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-04-28 06:32:34 +02:00
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
9 lines
176 B
Plaintext
9 lines
176 B
Plaintext
# Class for recipes using kconfig host tools
|
|
|
|
DEPENDS += " \
|
|
kconfig \
|
|
kconfig-native \
|
|
"
|
|
|
|
EXTRA_OECMAKE += " -DKF5_HOST_TOOLING=${STAGING_DIR_NATIVE}/${libdir}/cmake"
|