cmake_lib.bbclass: set SSTATE_SYSROOT

SSTATE_SYSROOT is the location the recipe stages to and wher our paths
alignment usually takes place.

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2017-02-12 22:43:59 +01:00
parent 80c18a025c
commit 65592a4b60

View File

@@ -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 = {}