From 1dee29dd752df89807c34f8fc74c11e76db72c5e Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Mon, 25 Jun 2018 21:11:39 -0500 Subject: [PATCH] weston: Use a fork for i.MX Signed-off-by: Tom Hochstein Signed-off-by: Otavio Salvador (cherry picked from commit c7bce1d8726cfd04f18eee688b8ce65ecd1233a2) --- recipes-graphics/wayland/weston_4.0.0.imx.bb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/recipes-graphics/wayland/weston_4.0.0.imx.bb b/recipes-graphics/wayland/weston_4.0.0.imx.bb index e78b0d91..9b15b596 100644 --- a/recipes-graphics/wayland/weston_4.0.0.imx.bb +++ b/recipes-graphics/wayland/weston_4.0.0.imx.bb @@ -1,19 +1,20 @@ -SUMMARY = "Weston, a Wayland compositor" +SUMMARY = "Weston, a Wayland compositor, i.MX fork" DESCRIPTION = "Weston is the reference implementation of a Wayland compositor" HOMEPAGE = "http://wayland.freedesktop.org" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=d79ee9e66bb0f95d3386a7acae780b70 \ file://libweston/compositor.c;endline=26;md5=e342df749174a8ee11065583157c7a38" -SRC_URI = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \ +SRCBRANCH = "weston-imx-4.0" +SRC_URI = "git://source.codeaurora.org/external/imx/weston-imx.git;protocol=https;branch=${SRCBRANCH} \ file://weston.png \ file://weston.desktop \ file://0001-make-error-portable.patch \ file://xwayland.weston-start \ file://0001-weston-launch-Provide-a-default-version-that-doesn-t.patch \ " -SRC_URI[md5sum] = "33709aa4d5916f89643fca0fc0064b39" -SRC_URI[sha256sum] = "a0fc0ae7ef83dfbed12abfe9b8096a24a7dd00705e86fa0db1e619ded18b4b58" +SRCREV = "bf74309dd16d86537ff07eabf8b499cb2d25277d" +S = "${WORKDIR}/git" UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" -- 2.40.1