diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-08-08 10:14:58 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-08-09 20:24:06 +0000 |
commit | 6c1199e63a0ddf543a61e9d7d8807f2ea4632746 (patch) | |
tree | a85c4dbc63a9fa86268b4c8ce16960295cb12eca | |
parent | 8109595286857e908bfad136b72e53d11af4e099 (diff) |
af-main: bug fixes
This update includes backport of fixes:
- documentation fixes
- explicit reference to /bin/bash
- socket dependencies to .service
- allowing companion programs
- fix of htdocs subdirectory
Bug-AGL: SPEC-384
Bug-AGL: SPEC-808
Change-Id: Ic32e9430621c6c652432b83f4310fdded0f4dcb9
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10549
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
-rw-r--r-- | meta-app-framework/recipes-core/af-main/af-main_1.0.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-app-framework/recipes-core/af-main/af-main_1.0.inc b/meta-app-framework/recipes-core/af-main/af-main_1.0.inc index 3a7ec33bc..9e62a611c 100644 --- a/meta-app-framework/recipes-core/af-main/af-main_1.0.inc +++ b/meta-app-framework/recipes-core/af-main/af-main_1.0.inc @@ -14,7 +14,7 @@ SRC_URI = "${SRC_URI_git} \ ${SRC_URI_files} \ " -SRCREV = "d06b3d9f5bae5424bcada675eaece47b56eb9e3d" +SRCREV = "bd1c15e047fd3dc2207b26a4a9c115a54aded836" PV = "dab+git${SRCPV}" S = "${WORKDIR}/git" |