All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/2] wayland-protocols: Fix fetcher error
@ 2018-09-10 21:21 Tom Hochstein
  2018-09-10 21:21 ` [PATCH v2 2/2] wayland-protocols: Fix PACKAGE_ARCH for i.MX-specific version Tom Hochstein
  0 siblings, 1 reply; 11+ messages in thread
From: Tom Hochstein @ 2018-09-10 21:21 UTC (permalink / raw)
  To: meta-freescale

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>
---
 recipes-graphics/wayland/wayland-protocols_1.13.imx.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/recipes-graphics/wayland/wayland-protocols_1.13.imx.bb b/recipes-graphics/wayland/wayland-protocols_1.13.imx.bb
index ef8fd73..c2ea68e 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"
 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
 
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2018-09-12 13:54 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-10 21:21 [PATCH v2 1/2] wayland-protocols: Fix fetcher error Tom Hochstein
2018-09-10 21:21 ` [PATCH v2 2/2] wayland-protocols: Fix PACKAGE_ARCH for i.MX-specific version Tom Hochstein
2018-09-11  7:44   ` Andreas Müller
2018-09-11 11:03     ` Gary Bisson
2018-09-11 11:14       ` Andreas Müller
2018-09-11 14:40         ` Otavio Salvador
2018-09-11 15:12           ` Andreas Müller
2018-09-11 16:55             ` Otavio Salvador
2018-09-12  9:17               ` Andreas Müller
2018-09-12 12:47                 ` Otavio Salvador
2018-09-12 13:54                   ` Andreas Müller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.