From: José Bollo Date: Tue, 9 Jul 2019 14:53:33 +0000 (+0200) Subject: af-binder: Fix supervision socket name X-Git-Tag: halibut_7.99.3~4 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=7f34f6d4346f09b0e7cd72518f30ba2c39f6eade;p=AGL%2Fmeta-agl.git af-binder: Fix supervision socket name A typo in the recipe of af-binder avoided to correctly define the supervision socket. Bug-AGL: SPEC-2621 Change-Id: I47dcd94e5454d85d9b5994d4f82a0f8abb400000 Signed-off-by: José Bollo --- diff --git a/meta-app-framework/recipes-core/af-binder/af-binder_git.bb b/meta-app-framework/recipes-core/af-binder/af-binder_git.bb index f5309f0c2..29224e6f1 100644 --- a/meta-app-framework/recipes-core/af-binder/af-binder_git.bb +++ b/meta-app-framework/recipes-core/af-binder/af-binder_git.bb @@ -11,7 +11,7 @@ EXTRA_OECMAKE_append_class-target = "\ EXTRA_OECMAKE_append_agl-devel = " \ -DAGL_DEVEL=ON \ -DINCLUDE_MONITORING=ON \ - -DINCLUDE_SUPERVISOR=ON -DAFS_SURPERVISION_SOCKET=/run/platform/supervisor \ + -DINCLUDE_SUPERVISOR=ON -DAFS_SUPERVISION_SOCKET=/run/platform/supervisor \ " pkg_postinst_${PN}() {