[PATCH 10/26] weston: Use a fork for i.MX
Otavio Salvador
From: Tom Hochstein <tom.hochstein@...>
Signed-off-by: Tom Hochstein <tom.hochstein@...> Signed-off-by: Otavio Salvador <otavio@...> --- Changes in v4: None Changes in v3: None Changes in v2: None 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.18.0 |
|