diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2018-09-10 16:21:51 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-09-11 11:30:03 -0300 |
commit | b03bdb3ffa8e9536650fc77a4410db524bb5a01d (patch) | |
tree | bf616ab2a0a2e0f5c7aef247f90c0caa6ec9a53f /recipes-graphics | |
parent | c00bc50d8219fd16940009ed9ed6d4987f216b11 (diff) | |
download | meta-freescale-b03bdb3ffa8e9536650fc77a4410db524bb5a01d.tar.gz |
wayland-protocols: Fix fetcher error
The i.MX-specific recipe is using a standard archive, so the i.MX-specific
recipe version cannot be used in the archive URL.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/wayland/wayland-protocols_1.13.imx.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-graphics/wayland/wayland-protocols_1.13.imx.bb b/recipes-graphics/wayland/wayland-protocols_1.13.imx.bb index ef8fd730..c2ea68ef 100644 --- a/recipes-graphics/wayland/wayland-protocols_1.13.imx.bb +++ b/recipes-graphics/wayland/wayland-protocols_1.13.imx.bb | |||
@@ -9,11 +9,13 @@ 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 | SRC_URI = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \ | 12 | ARCHIVE_NAME = "${BPN}-1.13" |
13 | SRC_URI = "https://wayland.freedesktop.org/releases/${ARCHIVE_NAME}.tar.xz \ | ||
13 | file://0001-unstable-Add-alpha-compositing-protocol.patch \ | 14 | file://0001-unstable-Add-alpha-compositing-protocol.patch \ |
14 | file://0002-unstable-Add-hdr10-metadata-protocol.patch" | 15 | file://0002-unstable-Add-hdr10-metadata-protocol.patch" |
15 | SRC_URI[md5sum] = "29312149dafcd4a0e739ba94995a574d" | 16 | SRC_URI[md5sum] = "29312149dafcd4a0e739ba94995a574d" |
16 | SRC_URI[sha256sum] = "0758bc8008d5332f431b2a84fea7de64d971ce270ed208206a098ff2ebc68f38" | 17 | SRC_URI[sha256sum] = "0758bc8008d5332f431b2a84fea7de64d971ce270ed208206a098ff2ebc68f38" |
18 | S = "${WORKDIR}/${ARCHIVE_NAME}" | ||
17 | 19 | ||
18 | inherit allarch autotools pkgconfig | 20 | inherit allarch autotools pkgconfig |
19 | 21 | ||