From: José Bollo Date: Mon, 3 Apr 2017 10:21:30 +0000 (+0200) Subject: Handle systemd's "inactive" state as transient X-Git-Tag: 3.99.1~74 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=624b48f9aaf9ae25a1d081180170f700d0ddb5c7;hp=4abd447b8d156b3b8bfef80afddffb53259a0a93;p=AGL%2Fmeta-agl.git 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 --- 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"