diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-04-03 12:21:30 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-04-04 14:44:53 +0000 |
commit | 624b48f9aaf9ae25a1d081180170f700d0ddb5c7 (patch) | |
tree | 07dbd8a17ad79ed6d353e11cb78e06f96c1a6196 | |
parent | 4abd447b8d156b3b8bfef80afddffb53259a0a93 (diff) |
Handle systemd's "inactive" state as transient
Inactive is returned sometimes but it means that
the service is not started yet not that it failed
to start.
AGL-Issue: SPEC-520
Change-Id: I35bb6cf8e2c50fa46b23ce5d5817c4d139a42bf4
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-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 6ce87ed71..7da913285 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 = "255c83029f56e8d90e7ce185b007c4ca65afec1e" +SRCREV = "51a86fcd6e4f199009888b5a106bf472f1b7c742" S = "${WORKDIR}/git" |