X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl.git;a=blobdiff_plain;f=meta-ivi-common%2Frecipes-automotive%2Fautomotive-message-broker%2Fautomotive-message-broker_git.bb;h=2894b2ce181551c72384aa7872ef23e280bcbf01;hp=4873f12a06ba55cd1998716c03e0c166544c4da7;hb=3f47347984890cc447161229552fe172ec73d27e;hpb=2c29cda4ae86108ca711b0a36df555fd0d1f7bb9 diff --git a/meta-ivi-common/recipes-automotive/automotive-message-broker/automotive-message-broker_git.bb b/meta-ivi-common/recipes-automotive/automotive-message-broker/automotive-message-broker_git.bb index 4873f12a0..2894b2ce1 100644 --- a/meta-ivi-common/recipes-automotive/automotive-message-broker/automotive-message-broker_git.bb +++ b/meta-ivi-common/recipes-automotive/automotive-message-broker/automotive-message-broker_git.bb @@ -16,7 +16,7 @@ RDEPENDS_${PN} = "python-misc python-json" PACKAGECONFIG ??= " use_gps \ ${@bb.utils.contains('BBFILE_COLLECTIONS','qt5-layer','use_qt5','', d)} \ " -PACKAGECONFIG[use_gps] = "-Dgpsd_plugins=On,,gpsd" +PACKAGECONFIG[use_gps] = "-Dgpsnmea_plugin=On" PACKAGECONFIG[use_qt5] = "-Dqtmainloop=On -Dqt_bindings=On,,qtbase qtdeclarative" SYSTEMD_PACKAGES = "${PN}" @@ -33,6 +33,10 @@ do_install_append() { install -d ${D}${systemd_unitdir}/system/ install -m 0644 ${WORKDIR}/ambd.service ${D}${systemd_unitdir}/system + + if [ "${@bb.utils.contains('PACKAGECONFIG', 'use_gps', 'use_gps', '', d)}" = "use_gps" ]; then + install -m 0644 ${WORKDIR}/gps ${D}/${sysconfdir}/ambd/plugins.d + fi } FILES_${PN} += " ${systemd_unitdir}/ambd.service \