diff options
author | José Bollo <jose.bollo@iot.bzh> | 2019-07-09 16:53:33 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2019-07-09 16:53:33 +0200 |
commit | 7f34f6d4346f09b0e7cd72518f30ba2c39f6eade (patch) | |
tree | 46cf9dc74a25e96427fd16832e3d50698b42fca1 | |
parent | 656b9cad0a96ff2baa76a12dea3ce298211dc4a8 (diff) |
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 <jose.bollo@iot.bzh>
-rw-r--r-- | meta-app-framework/recipes-core/af-binder/af-binder_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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}() { |