af-binder: Fix issue when no port defined 10/23410/2
authorJosé Bollo <jose.bollo@iot.bzh>
Tue, 17 Dec 2019 18:44:33 +0000 (19:44 +0100)
committerJosé Bollo <jose.bollo@iot.bzh>
Thu, 19 Dec 2019 09:56:58 +0000 (10:56 +0100)
Since introduction of interfaces, it is no more
needed to define a port. But the binder was still
complaining that no port were defined.

Bug-AGL: SPEC-2968
Bug-AGL: SPEC-3014

Change-Id: Ia3d748615641db5f467c3313ff7b02c16608d0ac
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
meta-app-framework/recipes-core/af-binder/af-binder_git.inc

index 4081a51..0c42b36 100644 (file)
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/app-framework-binder;protocol=https;branch=${AGL_BRANCH}"
 
-SRCREV = "82a9d796219de863253b96340bb03c4506c8c676"
+SRCREV = "6422dd2e6bee2903690fe430b0e7a666179ec163"
 PV = "${AGL_BRANCH}+git${SRCPV}"
 
 S = "${WORKDIR}/git"