]> code.ossystems Code Review - meta-freescale.git/commitdiff
wayland-protocols: Fix fetcher error
authorTom Hochstein <tom.hochstein@nxp.com>
Mon, 10 Sep 2018 21:21:51 +0000 (16:21 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 11 Sep 2018 14:30:03 +0000 (11:30 -0300)
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>
recipes-graphics/wayland/wayland-protocols_1.13.imx.bb

index ef8fd730201daabfd29598226ec562e90a1311b9..c2ea68ef33e93da67f86f859958e9883eb7f1084 100644 (file)
@@ -9,11 +9,13 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=c7b12b6702da38ca028ace54aae3d484 \
                     file://stable/presentation-time/presentation-time.xml;endline=26;md5=4646cd7d9edc9fa55db941f2d3a7dc53"
 
-SRC_URI = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \
+ARCHIVE_NAME = "${BPN}-1.13"
+SRC_URI = "https://wayland.freedesktop.org/releases/${ARCHIVE_NAME}.tar.xz \
            file://0001-unstable-Add-alpha-compositing-protocol.patch \
            file://0002-unstable-Add-hdr10-metadata-protocol.patch"
 SRC_URI[md5sum] = "29312149dafcd4a0e739ba94995a574d"
 SRC_URI[sha256sum] = "0758bc8008d5332f431b2a84fea7de64d971ce270ed208206a098ff2ebc68f38"
+S = "${WORKDIR}/${ARCHIVE_NAME}"
 
 inherit allarch autotools pkgconfig