diff options
author | Jose Bollo <jose.bollo@iot.bzh> | 2018-12-05 10:24:07 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2018-12-10 08:24:21 +0000 |
commit | c37af8a38173f67cd07d1ff555b55fa61645bbf4 (patch) | |
tree | b664c4e1470971e8dce50e140237413d7b529e0d | |
parent | 8a2e309fe634a95d9c5e9b57616e61da439a6b91 (diff) |
af-main: Upgrade
This upgrade includes 3 commits:
* 1b1399e Improve port allocation
* 61b0cc7 Landing page for all APIs
* 7ecf0c1 Fix: retrieve the 'appid' correctly
Change-Id: Ib59b46faf1ed69431e46b7ed5ef3b85cb38f2876
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
-rw-r--r-- | meta-app-framework/recipes-core/af-main/af-main_git.inc | 2 |
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 0b2e4d35d..334a1fb21 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 = "94176d9f5f1a5d9b1f298000c2868ebab148d805" +SRCREV = "1b1399ed154f68d90665db122073c18d60b2c685" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |