diff options
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/wayland/weston-terminal-conf.bb | 4 | ||||
-rw-r--r-- | recipes-graphics/wayland/weston-terminal-conf/org.freedesktop.weston.wayland-terminal.desktop (renamed from recipes-graphics/wayland/weston-terminal-conf/weston-terminal.desktop) | 0 |
2 files changed, 2 insertions, 2 deletions
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" diff --git a/recipes-graphics/wayland/weston-terminal-conf/weston-terminal.desktop b/recipes-graphics/wayland/weston-terminal-conf/org.freedesktop.weston.wayland-terminal.desktop index 6c4628700..6c4628700 100644 --- a/recipes-graphics/wayland/weston-terminal-conf/weston-terminal.desktop +++ b/recipes-graphics/wayland/weston-terminal-conf/org.freedesktop.weston.wayland-terminal.desktop |