From 69014f6b876172be995ef72d7b01b8d43047041d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 9 Dec 2016 15:30:13 +0100 Subject: [PATCH] greenisland: add CMAKE_ALIGN_SYSROOT entry for ${base_libdir} MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Same here: This change was caused by systemd update -> 232 and should be compatible to elder environments (ok - a warning is created). Signed-off-by: Andreas Müller --- recipes-greenisland/greenisland/greenisland.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-greenisland/greenisland/greenisland.bb b/recipes-greenisland/greenisland/greenisland.bb index 0b578fb2..06e57e61 100644 --- a/recipes-greenisland/greenisland/greenisland.bb +++ b/recipes-greenisland/greenisland/greenisland.bb @@ -34,7 +34,8 @@ PACKAGECONFIG[xwayland] = "-DENABLE_XWAYLAND=ON,-DENABLE_XWAYLAND=OFF,libxcb,xse # cross libs / headers CMAKE_ALIGN_SYSROOT[1] = "GreenIsland, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" -CMAKE_ALIGN_SYSROOT[2] = "GreenIsland, -S${includedir}, -S${STAGING_INCDIR}" +CMAKE_ALIGN_SYSROOT[2] = "GreenIsland, -S;${base_libdir}/lib, -S;${STAGING_BASELIBDIR}/lib" +CMAKE_ALIGN_SYSROOT[3] = "GreenIsland, -S${includedir}, -S${STAGING_INCDIR}" FILES_${PN} += " \ ${OE_QMAKE_PATH_PLUGINS} \