From c13967703058e30947a5187ce6400845c7587b1e Mon Sep 17 00:00:00 2001 From: José Bollo Date: Fri, 7 Feb 2020 17:34:25 +0100 Subject: cynagora: Fix protocol and start issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Includes: * 384f2e7 Fix bug on unknown commands * 68ccab4 Fix a bug in protocol * 218dad2 Change cynagora service * d73ac5e Add .gitreview file Bug-AGL: SPEC-3002 Bug-AGL: SPEC-3166 Bug-AGL: SPEC-3168 Change-Id: I671296d7f6512c1fcf2abda3bd707fbda1c63446 Signed-off-by: José Bollo --- meta-security/recipes-security/cynagora/cynagora_2.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-security/recipes-security/cynagora/cynagora_2.0.bb b/meta-security/recipes-security/cynagora/cynagora_2.0.bb index 1f7160080..fef21c643 100644 --- a/meta-security/recipes-security/cynagora/cynagora_2.0.bb +++ b/meta-security/recipes-security/cynagora/cynagora_2.0.bb @@ -3,7 +3,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://Apache-2.0;md5=3b83ef96387f14655fc854ddc3c6bd57" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/cynagora;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "c29761cd1628960ee2b11a469763479ac5ef1dfa" +SRCREV = "d73ac5e96eeb2f76081af3d944b30ed8e29cac39" PV = "2.0+git${SRCPV}" S = "${WORKDIR}/git" -- cgit 1.2.3-korg