diff options
author | José Bollo <jose.bollo@iot.bzh> | 2019-10-08 14:11:48 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2019-10-11 14:51:55 +0200 |
commit | 315c4c03abfa16966bd9111c5898af66af806070 (patch) | |
tree | d2a2cce81191e5e7fd0b5c91abb8ee9bac08b4a0 /meta-app-framework/recipes-core/af-main | |
parent | ac49bf8cca2d382c46f82e1d23dfab93561e3279 (diff) |
af-main: Starting of HTML, API discovery, fix
This upgrade includes the 2 fixes and one evolution below:
* Add WAIT_FOR_HOST_SERVICE envvar to unit files for webapps
* conf/system: fix shebang not absolute
* Add discovery of API
Bug-AGL: SPEC-2793
Bug-AGL: SPEC-2863
Bug-AGL: SPEC-2871
Change-Id: I48713487899e7e2555c228f1cc732f53bac94203
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..64b1beb56 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 = "a6fb7793f766a258350f23a9180228ce31320fc3" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |