X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-graphics%2Fwayland%2Fweston-terminal-conf.bb;fp=recipes-graphics%2Fwayland%2Fweston-terminal-conf.bb;h=abc23cb4a38d5dbd7aaaafe897af4c84841653b0;hb=d0c5cb51ace76dd5f143f48c850b4546b150ce7e;hp=4bf864f42afe3c3345c5d63ab50aaf208aed4b6a;hpb=e6b61bd1f09203d3ef1c110166f064125ce136d9;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-graphics/wayland/weston-terminal-conf.bb b/recipes-graphics/wayland/weston-terminal-conf.bb index 4bf864f42..abc23cb4a 100644 --- a/recipes-graphics/wayland/weston-terminal-conf.bb +++ b/recipes-graphics/wayland/weston-terminal-conf.bb @@ -3,14 +3,14 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" SRC_URI = " \ - file://weston-terminal.desktop \ + file://org.freedesktop.weston.wayland-terminal.desktop \ " inherit allarch do_install() { install -d ${D}${datadir}/applications - install -m 0644 ${WORKDIR}/weston-terminal.desktop ${D}${datadir}/applications + install -m 0644 ${WORKDIR}/org.freedesktop.weston.wayland-terminal.desktop ${D}${datadir}/applications } FILES:${PN} = "${datadir}/applications"