From: Marius Vlad Date: Thu, 5 May 2022 14:25:21 +0000 (+0300) Subject: weston-terminal: Rename to correct appid X-Git-Tag: 13.91.0~45 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=d0c5cb51ace76dd5f143f48c850b4546b150ce7e;p=AGL%2Fmeta-agl-demo.git weston-terminal: Rename to correct appid With weston 10, we also update the terminal appid, so we need to update our .desktop file to reflect that. Bug-AGL: SPEC-4358 Signed-off-by: Marius Vlad Change-Id: I7a090f78a76680ead5a0514c66aae3ea9a0d9d5f --- 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 similarity index 100% rename from recipes-graphics/wayland/weston-terminal-conf/weston-terminal.desktop rename to recipes-graphics/wayland/weston-terminal-conf/org.freedesktop.weston.wayland-terminal.desktop