af-main: report error status in afm-install 33/9833/3
authorJosé Bollo <jose.bollo@iot.bzh>
Mon, 26 Jun 2017 08:32:25 +0000 (10:32 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 28 Jun 2017 10:17:15 +0000 (10:17 +0000)
The script afm-install wasn't able to report errors.
This patch suggested by Tadao Tanikawa ensure that
the status returned by dbus-send is reported to the
caller and solves the issue.

Bug-AGL: SPEC-699

Change-Id: I4a737986ced800d4f29f1c3fdbc65aa0e957962d
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9833
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>
meta-app-framework/recipes-core/af-main/af-main/afm-install
meta-app-framework/recipes-core/af-main/af-main_1.0.inc

index 6d37bae..9b393c0 100755 (executable)
@@ -15,6 +15,7 @@ send() {
                org.AGL.afm.system.$1 \
                "string:$2" |
        pretty
+       return ${PIPESTATUS[0]}
 }
 
 case "$1" in
index cd28619..124245d 100644 (file)
@@ -14,7 +14,7 @@ SRC_URI = "${SRC_URI_git} \
            ${SRC_URI_files} \
           "
 
-SRCREV = "1a673de307982e7f2abfb362d2927e8e5e16be55"
+SRCREV = "31943af2e46375265bb865e20a6e50f365d2a6dd"
 
 S = "${WORKDIR}/git"