diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-07-07 14:03:34 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-07-07 14:29:36 +0000 |
commit | c80a038268e78a528f6bfef44de569a2c8b38a1b (patch) | |
tree | 588ca46c5711ecbc71b319acf0d3255b9b97708d | |
parent | 81637817b4dcba5c96d8db625aa5738d03757fc5 (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.
Bug-AGL: SPEC-734
Change-Id: I5dda5d48a434ebc83f31eb5074504b3fb86e08cc
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10103
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>
-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 f1b233634..2b641d4fb 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 = "9039c0be54353ac3a519da2006824847061f0539" +SRCREV = "44c6f24d8caf01583e3070be65c8373a8f292172" PV = "dab+git${SRCPV}" S = "${WORKDIR}/git" |