diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-07-07 13:59:26 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-07-07 14:29:39 +0000 |
commit | 41b0d5ca756d2a5e89bbb5580c43f097560a621d (patch) | |
tree | 5d499fd22edadff4963732a8b19bd0f622e289cb /meta-app-framework | |
parent | c106ac6c2baf88000e156764bc55e4b36653886d (diff) |
af-main: Allow service to run by default
The previous settings assumed that services were
started by socket activation. This is not always
the case.
Change-Id: I9e8d6c7bdf961141964bb316e603018721a72054
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10101
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-app-framework')
-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 d4da78d4d..e956ed3b9 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 = "8c550986fb98fd0848f0af3117e548d4359e3f5a" +SRCREV = "0ee18c0280f67ef458a450c6da408859b8a6734f" PV = "master+git${SRCPV}" S = "${WORKDIR}/git" |