X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=recipes-graphics%2Fwayland%2Fweston-terminal-conf.bb;h=abc23cb4a38d5dbd7aaaafe897af4c84841653b0;hb=refs%2Fchanges%2F27%2F27627%2F1;hp=4bf864f42afe3c3345c5d63ab50aaf208aed4b6a;hpb=477b8e482242db57d9ada3a8c3b2c69c27126ea5;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"