summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2018-06-25 21:11:39 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2018-07-05 15:32:27 -0300
commitc7bce1d8726cfd04f18eee688b8ce65ecd1233a2 (patch)
treeb2d7104ce989ad3315ab5e56493acd2ced161094
parentfa818a55a70d0c6df6af57b477b4bd2ea9939953 (diff)
downloadmeta-freescale-c7bce1d8726cfd04f18eee688b8ce65ecd1233a2.tar.gz
weston: Use a fork for i.MX
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-graphics/wayland/weston_4.0.0.imx.bb9
1 files 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 @@
1SUMMARY = "Weston, a Wayland compositor" 1SUMMARY = "Weston, a Wayland compositor, i.MX fork"
2DESCRIPTION = "Weston is the reference implementation of a Wayland compositor" 2DESCRIPTION = "Weston is the reference implementation of a Wayland compositor"
3HOMEPAGE = "http://wayland.freedesktop.org" 3HOMEPAGE = "http://wayland.freedesktop.org"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://COPYING;md5=d79ee9e66bb0f95d3386a7acae780b70 \ 5LIC_FILES_CHKSUM = "file://COPYING;md5=d79ee9e66bb0f95d3386a7acae780b70 \
6 file://libweston/compositor.c;endline=26;md5=e342df749174a8ee11065583157c7a38" 6 file://libweston/compositor.c;endline=26;md5=e342df749174a8ee11065583157c7a38"
7 7
8SRC_URI = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \ 8SRCBRANCH = "weston-imx-4.0"
9SRC_URI = "git://source.codeaurora.org/external/imx/weston-imx.git;protocol=https;branch=${SRCBRANCH} \
9 file://weston.png \ 10 file://weston.png \
10 file://weston.desktop \ 11 file://weston.desktop \
11 file://0001-make-error-portable.patch \ 12 file://0001-make-error-portable.patch \
12 file://xwayland.weston-start \ 13 file://xwayland.weston-start \
13 file://0001-weston-launch-Provide-a-default-version-that-doesn-t.patch \ 14 file://0001-weston-launch-Provide-a-default-version-that-doesn-t.patch \
14" 15"
15SRC_URI[md5sum] = "33709aa4d5916f89643fca0fc0064b39" 16SRCREV = "bf74309dd16d86537ff07eabf8b499cb2d25277d"
16SRC_URI[sha256sum] = "a0fc0ae7ef83dfbed12abfe9b8096a24a7dd00705e86fa0db1e619ded18b4b58" 17S = "${WORKDIR}/git"
17 18
18UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" 19UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html"
19 20