From 526a9bddacc9b555663b71c81615594a5c79ecc0 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Thu, 30 Nov 2017 12:05:34 +0100 Subject: Fix permission label and write verbs call - Fails write request if CAN signal not writable - Fix permission label - Correctly reconstituting entire CAN frame - Deprecate cmake variables not useful Mechanism to build 3rdparty external libs isn't unique and should not be handled by app-templates - Handle space in project path Bug-AGL: SPEC-966 Change-Id: Icbd4a1b56c87d2b4f1a529c7436fc5ca4af12db3 Signed-off-by: Romain Forlot Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12233 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller --- .../recipes-apps/low-level-can-service/low-level-can-service_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-app-framework/recipes-apps/low-level-can-service/low-level-can-service_git.bb b/meta-app-framework/recipes-apps/low-level-can-service/low-level-can-service_git.bb index a477a8893..a4741f629 100644 --- a/meta-app-framework/recipes-apps/low-level-can-service/low-level-can-service_git.bb +++ b/meta-app-framework/recipes-apps/low-level-can-service/low-level-can-service_git.bb @@ -7,7 +7,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/apps/low-level-can-service;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "4a4c601d7fc7eaff33b1468930d7a6197f9b08f5" +SRCREV = "b25c6cba147a78763a05d42bf612206c52189c18" PV = "4.0+git${SRCPV}" S = "${WORKDIR}/git" -- cgit 1.2.3-korg