diff options
author | José Bollo <jose.bollo@iot.bzh> | 2019-12-17 19:50:37 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2019-12-19 10:56:58 +0100 |
commit | ec4779ff744a602eb761a1a23457d93e533e4b74 (patch) | |
tree | b02a1a6dd0e3e807393e48621365e4ad68895c29 /meta-security/recipes-security/cynagora | |
parent | f3370254ee82372fcdb08be5170cd10e38517ad5 (diff) |
cynagora: Bump version
Includes:
* 23bc103 agent-at: Move field separator from : to ;
* c29761c Improve integration of cynagora
Bug-AGL: SPEC-2968
Change-Id: I83af517b446f0a55de253568b17069b6231d3034
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'meta-security/recipes-security/cynagora')
-rw-r--r-- | meta-security/recipes-security/cynagora/cynagora_2.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-security/recipes-security/cynagora/cynagora_2.0.bb b/meta-security/recipes-security/cynagora/cynagora_2.0.bb index 77af839d8..1f7160080 100644 --- a/meta-security/recipes-security/cynagora/cynagora_2.0.bb +++ b/meta-security/recipes-security/cynagora/cynagora_2.0.bb @@ -1,9 +1,9 @@ -DESCRIPTION = "Cynara service with client libraries" +DESCRIPTION = "Cynagora service and client libraries" 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 = "6c88efcb7b1361ba6389753e520e26fc556b7d79" +SRCREV = "c29761cd1628960ee2b11a469763479ac5ef1dfa" PV = "2.0+git${SRCPV}" S = "${WORKDIR}/git" |