Fix cmake issue for libclusterapi and libclusteripc. 91/26891/1
authorNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Tue, 26 Oct 2021 22:22:38 +0000 (07:22 +0900)
committerNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Mon, 22 Nov 2021 06:32:10 +0000 (15:32 +0900)
Previously,  libclusterapi and libclusteripc require to HACK in cross building time.
This issue was fixed by Hiroyuki Ishii at
https://gerrit.automotivelinux.org/gerrit/c/src/libcluster-ipc/+/26744
https://gerrit.automotivelinux.org/gerrit/c/src/libcluster-api/+/26745

This patch update revision to fixing point.

Bug-AGL: SPEC-4092

Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Change-Id: I317db0612243c87530388eabf54e4fdd9c6abca0

meta-agl-lxc/recipes-core/libclusterapi/libclusterapi_git.bb
meta-agl-lxc/recipes-core/libclusteripc/libclusteripc_git.bb

index 5d9550d..af974e4 100644 (file)
@@ -9,12 +9,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"
 DEPENDS = "libclusteripc"
 
 SRC_URI = "git://git.automotivelinux.org/src/libcluster-api;protocol=https;branch=${AGL_BRANCH}"
-SRCREV = "fa8ad7927ede4f2a825021d13a8024742b8cb225"
+SRCREV = "3ef96b9efb7c80f3f7a731379dcbfa9a21e2ceed"
 
 S = "${WORKDIR}/git"
 
 inherit cmake pkgconfig
-
-EXTRA_OECMAKE:append = " \
-        -DCMAKE_SYSROOT=${RECIPE_SYSROOT} \
-"
index 0096121..c55906f 100644 (file)
@@ -7,12 +7,8 @@ LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"
 
 SRC_URI = "git://git.automotivelinux.org/src/libcluster-ipc;protocol=https;branch=${AGL_BRANCH}"
-SRCREV = "b27fb69aa966866920e86b10f7d10326a0042e33"
+SRCREV = "464ed5a672700436a1cb89d41afe8c088d2f3c5b"
 
 S = "${WORKDIR}/git"
 
 inherit cmake pkgconfig
-
-EXTRA_OECMAKE:append = " \
-     -DCMAKE_SYSROOT=${RECIPE_SYSROOT} \
-"