From: Scott Murray Date: Wed, 1 Sep 2021 13:25:28 +0000 (-0400) Subject: gspd: drop local systemd enabling changes X-Git-Tag: 13.91.0~57 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=d8d18beee18421c689aca0fe71bfeb331442ad02;p=AGL%2Fmeta-agl-demo.git gspd: drop local systemd enabling changes The gpsd 3.23 recipe in upstream meta-oe now installs the systemd enabling pieces we were doing with our local do_install append, so those tweaks can now be removed. Bug-AGL: SPEC-3819 Signed-off-by: Scott Murray Change-Id: I6755f9cedc42748f282bdcc580340061776d540e --- diff --git a/recipes-navigation/gpsd/gpsd_agldemo.inc b/recipes-navigation/gpsd/gpsd_agldemo.inc index 92303f8b5..77dee8e0e 100644 --- a/recipes-navigation/gpsd/gpsd_agldemo.inc +++ b/recipes-navigation/gpsd/gpsd_agldemo.inc @@ -8,21 +8,5 @@ do_install:append() { install -m 0755 ${WORKDIR}/sw-device-hook ${D}${sysconfdir}/gpsd/device-hook } - - -SYSTEMD_SERVICE:${PN}:append = " gpsdctl@.service" - RPROVIDES:${PN}-conf:append = " virtual/gpsd-conf" -do_install:append() { - # use the systemd compatible gpsd.rules - install -d ${D}/${sysconfdir}/udev/rules.d - install -m 0644 ${S}/gpsd.rules ${D}/${sysconfdir}/udev/rules.d/60-gpsd.rules - - #support for systemd - install -d ${D}${systemd_unitdir}/system/ - install -m 0644 ${S}/systemd/gpsdctl@.service ${D}${systemd_unitdir}/system - - #autoprobe usb gps devices - echo 'USBAUTO="true"' >> ${D}${sysconfdir}/default/gpsd.default -}