Skip to content

Change cmake options to support multilib feature

Michel Zink requested to merge mzink/yocto-meta-kf5:multilib_support into master

Platforms which uses the multilib feature can not use this layer because the libdir variable will be changed by the multilib bbclass. Using STAGING_LIBDIR_NATIVE instead is more reliable.

Merge request reports