diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2018-06-25 21:11:39 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-07-05 15:32:27 -0300 |
commit | c7bce1d8726cfd04f18eee688b8ce65ecd1233a2 (patch) | |
tree | b2d7104ce989ad3315ab5e56493acd2ced161094 /recipes-graphics/wayland | |
parent | fa818a55a70d0c6df6af57b477b4bd2ea9939953 (diff) | |
download | meta-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>
Diffstat (limited to 'recipes-graphics/wayland')
-rw-r--r-- | recipes-graphics/wayland/weston_4.0.0.imx.bb | 9 |
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 @@ | |||
1 | SUMMARY = "Weston, a Wayland compositor" | 1 | SUMMARY = "Weston, a Wayland compositor, i.MX fork" |
2 | DESCRIPTION = "Weston is the reference implementation of a Wayland compositor" | 2 | DESCRIPTION = "Weston is the reference implementation of a Wayland compositor" |
3 | HOMEPAGE = "http://wayland.freedesktop.org" | 3 | HOMEPAGE = "http://wayland.freedesktop.org" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d79ee9e66bb0f95d3386a7acae780b70 \ | 5 | LIC_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 | ||
8 | SRC_URI = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \ | 8 | SRCBRANCH = "weston-imx-4.0" |
9 | SRC_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 | " |
15 | SRC_URI[md5sum] = "33709aa4d5916f89643fca0fc0064b39" | 16 | SRCREV = "bf74309dd16d86537ff07eabf8b499cb2d25277d" |
16 | SRC_URI[sha256sum] = "a0fc0ae7ef83dfbed12abfe9b8096a24a7dd00705e86fa0db1e619ded18b4b58" | 17 | S = "${WORKDIR}/git" |
17 | 18 | ||
18 | UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" | 19 | UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" |
19 | 20 | ||