summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/wayland/weston_12.0.3.imx.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-05-22 13:25:43 -0700
committerKhem Raj <raj.khem@gmail.com>2024-05-22 13:25:43 -0700
commit365e9110b9ee938259c306e66a07cac4e2ddc3c0 (patch)
tree27c84624fad1372bed39effccb52c267b97f13d9 /recipes-graphics/wayland/weston_12.0.3.imx.bb
parent23ceaa0ecd56b41e3edb44ed0c7216829f7613ad (diff)
downloadmeta-freescale-365e9110b9ee938259c306e66a07cac4e2ddc3c0.tar.gz
recipes: Switch WORKDIR use with UNPACKDIR
This is being enforced in master oe-core Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-graphics/wayland/weston_12.0.3.imx.bb')
-rw-r--r--recipes-graphics/wayland/weston_12.0.3.imx.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-graphics/wayland/weston_12.0.3.imx.bb b/recipes-graphics/wayland/weston_12.0.3.imx.bb
index 8114ddbbf..14b79f18c 100644
--- a/recipes-graphics/wayland/weston_12.0.3.imx.bb
+++ b/recipes-graphics/wayland/weston_12.0.3.imx.bb
@@ -116,18 +116,18 @@ do_install:append() {
116 # If X11, ship a desktop file to launch it 116 # If X11, ship a desktop file to launch it
117 if [ "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" ]; then 117 if [ "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" ]; then
118 install -d ${D}${datadir}/applications 118 install -d ${D}${datadir}/applications
119 install ${WORKDIR}/weston.desktop ${D}${datadir}/applications 119 install ${UNPACKDIR}/weston.desktop ${D}${datadir}/applications
120 120
121 install -d ${D}${datadir}/icons/hicolor/48x48/apps 121 install -d ${D}${datadir}/icons/hicolor/48x48/apps
122 install ${WORKDIR}/weston.png ${D}${datadir}/icons/hicolor/48x48/apps 122 install ${UNPACKDIR}/weston.png ${D}${datadir}/icons/hicolor/48x48/apps
123 fi 123 fi
124 124
125 if [ "${@bb.utils.contains('PACKAGECONFIG', 'xwayland', 'yes', 'no', d)}" = "yes" ]; then 125 if [ "${@bb.utils.contains('PACKAGECONFIG', 'xwayland', 'yes', 'no', d)}" = "yes" ]; then
126 install -Dm 644 ${WORKDIR}/xwayland.weston-start ${D}${datadir}/weston-start/xwayland 126 install -Dm 644 ${UNPACKDIR}/xwayland.weston-start ${D}${datadir}/weston-start/xwayland
127 fi 127 fi
128 128
129 if [ "${@bb.utils.contains('PACKAGECONFIG', 'systemd', 'yes', 'no', d)}" = "yes" ]; then 129 if [ "${@bb.utils.contains('PACKAGECONFIG', 'systemd', 'yes', 'no', d)}" = "yes" ]; then
130 install -Dm 644 ${WORKDIR}/systemd-notify.weston-start ${D}${datadir}/weston-start/systemd-notify 130 install -Dm 644 ${UNPACKDIR}/systemd-notify.weston-start ${D}${datadir}/weston-start/systemd-notify
131 fi 131 fi
132 132
133 if [ "${@bb.utils.contains('PACKAGECONFIG', 'launch', 'yes', 'no', d)}" = "yes" ]; then 133 if [ "${@bb.utils.contains('PACKAGECONFIG', 'launch', 'yes', 'no', d)}" = "yes" ]; then