From 65592a4b60563b7a558f4a199c181abbc2d193fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 12 Feb 2017 22:43:59 +0100 Subject: [PATCH] cmake_lib.bbclass: set SSTATE_SYSROOT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SSTATE_SYSROOT is the location the recipe stages to and wher our paths alignment usually takes place. Signed-off-by: Andreas Müller --- classes/cmake_lib.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/classes/cmake_lib.bbclass b/classes/cmake_lib.bbclass index 3444ded6..6dc05231 100644 --- a/classes/cmake_lib.bbclass +++ b/classes/cmake_lib.bbclass @@ -57,6 +57,8 @@ inherit cmake_sysroot +SSTATE_SYSROOT = "${STAGING_DIR}-components/${PACKAGE_ARCH}/${PN}" + # global helper to get CMAKE_ALIGN_SYSROOT array def get_align_flags(d): ret = {}