mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-09-12 06:49:33 +02:00
Change cmake options to support multilib feature
Platforms which uses the multilib feature can not use this layer because the libdir variable will be change by the multilib bbclass. Using STAGING_LIBDIR_NATIVE instead is more reliable.
This commit is contained in:
committed by
Andreas Cord-Landwehr
parent
e292e257b8
commit
2882880331
@@ -16,4 +16,4 @@ DEPENDS:append = " \
|
||||
karchive-native \
|
||||
"
|
||||
|
||||
EXTRA_OECMAKE:append = " -DKF5_HOST_TOOLING=${STAGING_DIR_NATIVE}/${libdir}/cmake"
|
||||
EXTRA_OECMAKE:append = " -DKF5_HOST_TOOLING=${STAGING_LIBDIR_NATIVE}/cmake"
|
||||
|
||||
Reference in New Issue
Block a user