diff options
| -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 e78b0d919..9b15b5968 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 | ||
