networkmanager-qt: Fix cmake replacement for multilib
Depending recipes failed with: | Imported target "KF5::NetworkManagerQt" includes non-existent path | | "/home/superandy/tmp/oe-core-glibc/work/aarch64-mortsgna-linux/plasma-workspace/5.14.5-r0/recipe-sysroot/usr/lib/glib-2.0/include" Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -11,4 +11,4 @@ SRC_URI[md5sum] = "9133af5228cf3a1dfaefcf4adf43ec0f"
|
||||
SRC_URI[sha256sum] = "3e51edca2b7f8ff494b997ffaff3813ec24e7c241702f98be676e4934da4052e"
|
||||
|
||||
CMAKE_ALIGN_SYSROOT[1] = "KF5NetworkManagerQt, -S${includedir}, -s${_IMPORT_PREFIX}/include"
|
||||
CMAKE_ALIGN_SYSROOT[2] = "KF5NetworkManagerQt, -S;${libdir}, -s;${_IMPORT_PREFIX}/lib"
|
||||
CMAKE_ALIGN_SYSROOT[2] = "KF5NetworkManagerQt, -S;${libdir}, -S;${_IMPORT_PREFIX}/${baselib}"
|
||||
|
||||
Reference in New Issue
Block a user