diff options
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 | ||