mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 18:32:20 +02:00
cmake.bbclass: fix qmake and rpath issues
Sync with OE at 3b7d83362027fde4f6850533ab83277d95dda961 however without changing the way of generating the toolchain file and making it branding agnostic. (From OE-Core rev: ee98c2b095b991901b6c2125b2428985c873b4bd) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
37f4319850
commit
9c272d93c6
@@ -11,6 +11,10 @@ PACKAGES_DYNAMIC = ""
|
||||
PACKAGES_DYNAMIC_virtclass-native = ""
|
||||
PACKAGE_ARCH = "${BUILD_ARCH}"
|
||||
|
||||
# used by cmake class
|
||||
OECMAKE_RPATH = "${libdir}"
|
||||
OECMAKE_RPATH_virtclass-native = "${libdir}"
|
||||
|
||||
BASE_PACKAGE_ARCH = "${BUILD_ARCH}"
|
||||
BASEPKG_HOST_SYS = "${BUILD_ARCH}${BUILD_VENDOR}-${BUILD_OS}"
|
||||
BASEPKG_TARGET_SYS = "${BUILD_ARCH}${BUILD_VENDOR}-${BUILD_OS}"
|
||||
|
||||
Reference in New Issue
Block a user