af-binder: Fix supervision socket name 39/21839/1
authorJosé Bollo <jose.bollo@iot.bzh>
Tue, 9 Jul 2019 14:53:33 +0000 (16:53 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Tue, 9 Jul 2019 14:53:33 +0000 (16:53 +0200)
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>
meta-app-framework/recipes-core/af-binder/af-binder_git.bb

index f5309f0..29224e6 100644 (file)
@@ -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}() {