aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2019-12-17 19:44:33 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2019-12-19 10:56:58 +0100
commitf3370254ee82372fcdb08be5170cd10e38517ad5 (patch)
tree422fcb7df97f94b3f1a33ebbef5fb21d9ad173eb
parentebcd070ee4dc3a742f44d7e428086016e519b1f2 (diff)
af-binder: Fix issue when no port defined
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>
-rw-r--r--meta-app-framework/recipes-core/af-binder/af-binder_git.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-app-framework/recipes-core/af-binder/af-binder_git.inc b/meta-app-framework/recipes-core/af-binder/af-binder_git.inc
index 4081a51f9..0c42b3697 100644
--- a/meta-app-framework/recipes-core/af-binder/af-binder_git.inc
+++ b/meta-app-framework/recipes-core/af-binder/af-binder_git.inc
@@ -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"