af-main: Fix allocation of ids 46/23446/2
authorJose Bollo <jose.bollo@iot.bzh>
Fri, 20 Dec 2019 17:10:42 +0000 (18:10 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 20 Dec 2019 20:47:41 +0000 (20:47 +0000)
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>
meta-app-framework/recipes-core/af-main/af-main_git.inc

index 337f474..f610815 100644 (file)
@@ -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"