diff options
author | José Bollo <jose.bollo@iot.bzh> | 2019-10-08 14:11:48 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-10-11 12:11:56 +0000 |
commit | 04e36ca8a55e195f779f1fe1ae1a81d757f5b6c9 (patch) | |
tree | 67ef600ef9fccb564a47f788c87a04bcab04c504 /meta-app-framework/recipes-core/af-main | |
parent | 15c979005a29404bfc11da6055f29ee77254b876 (diff) |
af-main: Starting of HTML, API discovery, fix
This upgrade includes the 2 fixes and one evolution below:
* conf/system: fix shebang not absolute
* Add WAIT_FOR_HOST_SERVICE envvar to unit files for webapps
* Add discovery of API
Bug-AGL: SPEC-2793
Bug-AGL: SPEC-2863
Bug-AGL: SPEC-2871
Change-Id: I0b9fb30b580be04d2f22c0daf3b21f4c4c0a2087
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'meta-app-framework/recipes-core/af-main')
-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 6795da2a5..cb8c7e771 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 = "533d5a1a51a07f2f92e508d113cb49d373e1bad8" +SRCREV = "f68b681e785456207fd8195ac83ade0c89373416" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |