From 6c1199e63a0ddf543a61e9d7d8807f2ea4632746 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Tue, 8 Aug 2017 10:14:58 +0200 Subject: af-main: bug fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10549 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller --- meta-app-framework/recipes-core/af-main/af-main_1.0.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit 1.2.3-korg