X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo-hmi%2Fnavigation%2Fmapviewer-demo.bb;h=44f480499b0fd35b43391ba57fa05c7de9add037;hb=80f21c014fc13dbd624e3ed6346b3d991615e28c;hp=95910da77b4c4e82afa3cac7acfbb11ceff87f8d;hpb=d83abd39742aa01cab3db251ca28fab2306c764a;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo-hmi/navigation/mapviewer-demo.bb b/recipes-demo-hmi/navigation/mapviewer-demo.bb index 95910da77..44f480499 100644 --- a/recipes-demo-hmi/navigation/mapviewer-demo.bb +++ b/recipes-demo-hmi/navigation/mapviewer-demo.bb @@ -8,23 +8,15 @@ SECTION = "apps" inherit systemd SRC_URI = " \ - file://weston-mapviewer-demo.ini \ - file://weston-mapviewer-demo.conf \ file://weston-ready.conf \ file://mapviewer-demo-network-conf.service \ " do_install() { - # Install tweaked weston configuration - install -d ${D}${sysconfdir}/xdg/weston - install -m 0644 ${WORKDIR}/weston-${PN}.ini ${D}${sysconfdir}/xdg/weston/weston-${PN}.ini - - # Install weston service unit configuration over-ride drop-in - install -d ${D}${systemd_system_unitdir}/weston.service.d - install -m 0644 ${WORKDIR}/weston-mapviewer-demo.conf ${D}${systemd_system_unitdir}/weston.service.d - # Install cluster demo network configuration service unit + install -d ${D}${systemd_system_unitdir} install -m 0644 ${WORKDIR}/mapviewer-demo-network-conf.service ${D}${systemd_system_unitdir} + # Add symlink to network.target.wants install -d ${D}${sysconfdir}/systemd/system/network.target.wants ln -s ${systemd_system_unitdir}/mapviewer-demo-network-conf.service ${D}${sysconfdir}/systemd/system/network.target.wants/