diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2020-01-16 11:27:08 -0600 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-02-12 23:51:44 -0300 |
commit | 0b389774018aba7938cee7a76a5e6d604b208122 (patch) | |
tree | 9e0ed15af5905add60e18ffab2d89d0a14f461b0 /recipes-graphics/wayland/wayland-protocols_1.17.imx.bb | |
parent | 8413aafd59df1577b594e3553b767f165bb80b5e (diff) | |
download | meta-freescale-0b389774018aba7938cee7a76a5e6d604b208122.tar.gz |
wayland-protocols: Switch to i.MX fork for source
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-graphics/wayland/wayland-protocols_1.17.imx.bb')
-rw-r--r-- | recipes-graphics/wayland/wayland-protocols_1.17.imx.bb | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/recipes-graphics/wayland/wayland-protocols_1.17.imx.bb b/recipes-graphics/wayland/wayland-protocols_1.17.imx.bb index 069bbea0..0c82c84d 100644 --- a/recipes-graphics/wayland/wayland-protocols_1.17.imx.bb +++ b/recipes-graphics/wayland/wayland-protocols_1.17.imx.bb | |||
@@ -9,17 +9,9 @@ LICENSE = "MIT" | |||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=c7b12b6702da38ca028ace54aae3d484 \ | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=c7b12b6702da38ca028ace54aae3d484 \ |
10 | file://stable/presentation-time/presentation-time.xml;endline=26;md5=4646cd7d9edc9fa55db941f2d3a7dc53" | 10 | file://stable/presentation-time/presentation-time.xml;endline=26;md5=4646cd7d9edc9fa55db941f2d3a7dc53" |
11 | 11 | ||
12 | ARCHIVE_NAME = "${BPN}-1.17" | 12 | SRC_URI = "git://source.codeaurora.org/external/imx/wayland-protocols-imx.git;protocol=https;branch=wayland-protocols-imx-1.17" |
13 | SRC_URI = "https://wayland.freedesktop.org/releases/${ARCHIVE_NAME}.tar.xz \ | 13 | SRCREV = "50ea8fbdd1b768ccaa33dfee43b0f12245ef09b8" |
14 | file://0001-unstable-Add-alpha-compositing-protocol.patch \ | 14 | S = "${WORKDIR}/git" |
15 | file://0002-unstable-Add-hdr10-metadata-protocol.patch \ | ||
16 | file://0001-linux-dmabuf-support-passing-buffer-DTRC-meta-to-com.patch \ | ||
17 | " | ||
18 | SRC_URI[md5sum] = "55ddd5fdb02b73b9de9559aaec267315" | ||
19 | SRC_URI[sha256sum] = "df1319cf9705643aea9fd16f9056f4e5b2471bd10c0cc3713d4a4cdc23d6812f" | ||
20 | S = "${WORKDIR}/${ARCHIVE_NAME}" | ||
21 | |||
22 | UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" | ||
23 | 15 | ||
24 | inherit autotools pkgconfig | 16 | inherit autotools pkgconfig |
25 | 17 | ||