X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-app-framework%2Frecipes-core%2Faf-binder%2Faf-binder_git.bb;h=cf20e25a16b123eae15df296740f404b11b29cb8;hb=17f39c1c47187d579bc00288ef062f5951fa396d;hp=f5309f0c20c154f5ff0b31860f8eed2ed6a16221;hpb=4942821aa93f43f2cfb55615200a47b9d12aca28;p=AGL%2Fmeta-agl.git 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..cf20e25a1 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}() { @@ -21,7 +21,7 @@ pkg_postinst_${PN}() { do_install_append_agl-devel_class-target() { if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then install -d -m 0755 ${D}${systemd_system_unitdir}/multi-user.target.wants - ln -s ../afs-supervisor.service ${D}${systemd_system_unitdir}/multi-user.target.wants/afs-supervisor.service + ln -s ../afm-api-supervisor.service ${D}${systemd_system_unitdir}/multi-user.target.wants/afm-api-supervisor.service fi }