diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-06-23 23:03:29 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-06-24 16:49:13 +0000 |
commit | 31deb5337dcfcc37e19a13c949cc2e355a81bd85 (patch) | |
tree | c47e8f0c6a1a93fb70bd7eb6af14f0ede0f6a8d9 | |
parent | 65f8170e4e060f7c3b3eb8cb4d76d7e804e1a688 (diff) |
af-main: ensure socket activation
When installing a widget, the sockets.target
has to be restarted. This commit does it.
AGL-Bug: SPEC-670
Change-Id: I7200749716c57778d165971a5abea27493ce0628
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9793
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 5041c8da1..cd286194b 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 = "474616e64fe081a59ebdb7ee6d650778f318212a" +SRCREV = "1a673de307982e7f2abfb362d2927e8e5e16be55" S = "${WORKDIR}/git" |