diff options
-rw-r--r-- | recipes-graphics/wayland/weston_11.0.1.imx.bb | 6 |
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" | |||
9 | DESCRIPTION = "Weston is the reference implementation of a Wayland compositor" | 9 | DESCRIPTION = "Weston is the reference implementation of a Wayland compositor" |
10 | HOMEPAGE = "http://wayland.freedesktop.org" | 10 | HOMEPAGE = "http://wayland.freedesktop.org" |
11 | LICENSE = "MIT" | 11 | LICENSE = "MIT" |
12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d79ee9e66bb0f95d3386a7acae780b70 \ | 12 | LIC_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 | ||
152 | SUMMARY = "Weston, a Wayland compositor, i.MX fork" | 152 | SUMMARY = "Weston, a Wayland compositor, i.MX fork" |
153 | LIC_FILES_CHKSUM:remove = "file://COPYING;md5=d79ee9e66bb0f95d3386a7acae780b70" | ||
154 | LIC_FILES_CHKSUM += "file://LICENSE;md5=d79ee9e66bb0f95d3386a7acae780b70" | ||
153 | 155 | ||
154 | DEFAULT_PREFERENCE = "-1" | 156 | DEFAULT_PREFERENCE = "-1" |
155 | 157 | ||
@@ -157,7 +159,7 @@ SRC_URI:remove = "https://gitlab.freedesktop.org/wayland/weston/-/releases/${PV} | |||
157 | SRC_URI:prepend = "git://github.com/nxp-imx/weston-imx.git;protocol=https;branch=${SRCBRANCH} " | 159 | SRC_URI:prepend = "git://github.com/nxp-imx/weston-imx.git;protocol=https;branch=${SRCBRANCH} " |
158 | SRC_URI += "file://0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch" | 160 | SRC_URI += "file://0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch" |
159 | SRCBRANCH = "weston-imx-11.0.1" | 161 | SRCBRANCH = "weston-imx-11.0.1" |
160 | SRCREV = "36ab06f0ad8e8981a482df6a08f39e1ae2a6a2dd" | 162 | SRCREV = "12875cd94a42fc96d4236de46762ef358e3ec913" |
161 | S = "${WORKDIR}/git" | 163 | S = "${WORKDIR}/git" |
162 | 164 | ||
163 | PACKAGECONFIG_IMX_REMOVALS ?= "wayland x11" | 165 | PACKAGECONFIG_IMX_REMOVALS ?= "wayland x11" |