mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-01-29 21:08:43 +01: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
10 lines
188 B
Plaintext
10 lines
188 B
Plaintext
# Class for recipes using KAuth host tools
|
|
|
|
DEPENDS += " \
|
|
kauth \
|
|
kauth-native \
|
|
polkit-qt-1 \
|
|
"
|
|
|
|
EXTRA_OECMAKE += " -DKF5_HOST_TOOLING=${STAGING_DIR_NATIVE}/${libdir}/cmake"
|