summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-08-01 14:37:44 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2023-08-01 15:36:45 -0300
commit28c0239fc9fb078ec49bd4df9e2975f61f6bfc44 (patch)
tree2739a8a55349cea7b3de3ad95c8eb62ebdea194a /recipes-graphics
parentea06b6614cf81b8770a5df385b93e59ba79f566d (diff)
downloadmeta-freescale-28c0239fc9fb078ec49bd4df9e2975f61f6bfc44.tar.gz
weston: 11.0.1: Bump revision 12875cd94
This includes the following changes: - 12875cd9 LF-9176 backend-drm: fix virtual memory leak when playing multiple videos - 327bb906 kms: fix hotplug HDMI meet black screen when play video on multi-screen Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/wayland/weston_11.0.1.imx.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-graphics/wayland/weston_11.0.1.imx.bb b/recipes-graphics/wayland/weston_11.0.1.imx.bb
index a14f8d99..4dcb6992 100644
--- a/recipes-graphics/wayland/weston_11.0.1.imx.bb
+++ b/recipes-graphics/wayland/weston_11.0.1.imx.bb
@@ -9,7 +9,7 @@ SUMMARY = "Weston, a Wayland compositor"
9DESCRIPTION = "Weston is the reference implementation of a Wayland compositor" 9DESCRIPTION = "Weston is the reference implementation of a Wayland compositor"
10HOMEPAGE = "http://wayland.freedesktop.org" 10HOMEPAGE = "http://wayland.freedesktop.org"
11LICENSE = "MIT" 11LICENSE = "MIT"
12LIC_FILES_CHKSUM = "file://LICENSE;md5=d79ee9e66bb0f95d3386a7acae780b70 \ 12LIC_FILES_CHKSUM = "file://COPYING;md5=d79ee9e66bb0f95d3386a7acae780b70 \
13 file://libweston/compositor.c;endline=27;md5=eb6d5297798cabe2ddc65e2af519bcf0 \ 13 file://libweston/compositor.c;endline=27;md5=eb6d5297798cabe2ddc65e2af519bcf0 \
14 " 14 "
15 15
@@ -150,6 +150,8 @@ GROUPADD_PARAM:${PN} = "--system weston-launch"
150########### i.MX overrides ################ 150########### i.MX overrides ################
151 151
152SUMMARY = "Weston, a Wayland compositor, i.MX fork" 152SUMMARY = "Weston, a Wayland compositor, i.MX fork"
153LIC_FILES_CHKSUM:remove = "file://COPYING;md5=d79ee9e66bb0f95d3386a7acae780b70"
154LIC_FILES_CHKSUM += "file://LICENSE;md5=d79ee9e66bb0f95d3386a7acae780b70"
153 155
154DEFAULT_PREFERENCE = "-1" 156DEFAULT_PREFERENCE = "-1"
155 157
@@ -157,7 +159,7 @@ SRC_URI:remove = "https://gitlab.freedesktop.org/wayland/weston/-/releases/${PV}
157SRC_URI:prepend = "git://github.com/nxp-imx/weston-imx.git;protocol=https;branch=${SRCBRANCH} " 159SRC_URI:prepend = "git://github.com/nxp-imx/weston-imx.git;protocol=https;branch=${SRCBRANCH} "
158SRC_URI += "file://0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch" 160SRC_URI += "file://0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch"
159SRCBRANCH = "weston-imx-11.0.1" 161SRCBRANCH = "weston-imx-11.0.1"
160SRCREV = "36ab06f0ad8e8981a482df6a08f39e1ae2a6a2dd" 162SRCREV = "12875cd94a42fc96d4236de46762ef358e3ec913"
161S = "${WORKDIR}/git" 163S = "${WORKDIR}/git"
162 164
163PACKAGECONFIG_IMX_REMOVALS ?= "wayland x11" 165PACKAGECONFIG_IMX_REMOVALS ?= "wayland x11"