summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Bollo <jose.bollo@iot.bzh>2019-12-20 18:10:42 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-12-20 20:47:41 +0000
commitceef560c0031437c58545da89b0bbb9249a4a95e (patch)
treec5f62282250ca68f9b197f38bf95fda2d3097c97
parentc227526c68f0d87df60a3a3d9596dc52ad5eaf59 (diff)
af-main: Fix allocation of ids
The allocation of ids and ports was broken because ids was not well scanned since commit 6008a3e Bug-AGL: SPEC-3068 Change-Id: Ia92a9c05e99ba1b62856d1610d2a91c9693c35e2 Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
-rw-r--r--meta-app-framework/recipes-core/af-main/af-main_git.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-app-framework/recipes-core/af-main/af-main_git.inc b/meta-app-framework/recipes-core/af-main/af-main_git.inc
index 337f4749d..f61081555 100644
--- a/meta-app-framework/recipes-core/af-main/af-main_git.inc
+++ b/meta-app-framework/recipes-core/af-main/af-main_git.inc
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57"
SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/app-framework-main;protocol=https;branch=${AGL_BRANCH}"
-SRCREV = "e847f14c7688f43b5f74e7362dcd5d4714e98bd3"
+SRCREV = "c98333b595beb7858a4d3c17cd405dde2f79ce2e"
PV = "${AGL_BRANCH}+git${SRCPV}"
S = "${WORKDIR}/git"