public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH 1/3] xorg-lib-common: Add variable to set tarball type
@ 2022-09-04 18:53 Robert Joslyn
  2022-09-04 18:53 ` [PATCH 2/3] libxfont2: Update 2.0.5 to 2.0.6 Robert Joslyn
  2022-09-04 18:53 ` [PATCH 3/3] libxau: Update 1.0.9 to 1.0.10 Robert Joslyn
  0 siblings, 2 replies; 3+ messages in thread
From: Robert Joslyn @ 2022-09-04 18:53 UTC (permalink / raw)
  To: openembedded-core; +Cc: Robert Joslyn

Upstream has switched some new releases from bz2 to xz compression. Add
an XORG_EXT variable so recipes can set the file name extension needed
for the compression type.

Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org>
---
 meta/recipes-graphics/xorg-lib/xorg-lib-common.inc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc b/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc
index 60bc8c76fa..68137c4147 100644
--- a/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc
+++ b/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc
@@ -6,8 +6,9 @@ LICENSE = "MIT"
 DEPENDS = "util-macros"
 
 XORG_PN = "${BPN}"
+XORG_EXT ?= "tar.bz2"
 
-SRC_URI = "${XORG_MIRROR}/individual/lib/${XORG_PN}-${PV}.tar.bz2"
+SRC_URI = "${XORG_MIRROR}/individual/lib/${XORG_PN}-${PV}.${XORG_EXT}"
 
 S = "${WORKDIR}/${XORG_PN}-${PV}"
 
-- 
2.35.1



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

end of thread, other threads:[~2022-09-04 18:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-04 18:53 [PATCH 1/3] xorg-lib-common: Add variable to set tarball type Robert Joslyn
2022-09-04 18:53 ` [PATCH 2/3] libxfont2: Update 2.0.5 to 2.0.6 Robert Joslyn
2022-09-04 18:53 ` [PATCH 3/3] libxau: Update 1.0.9 to 1.0.10 Robert Joslyn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox