summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2022-12-29 21:11:44 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-31 17:08:29 +0000
commit02c98c4994b5cb704756df6dd96319962bff3eef (patch)
treea1926c3ccfc32ff301555c8e9eaaa5eaab9b0726 /meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb
parented134c9247fe8725bfa671e916d9f0eba91ed2ef (diff)
downloadpoky-02c98c4994b5cb704756df6dd96319962bff3eef.tar.gz
xorg-lib-common.inc: set default value of XORG_EXT
It replaced tar.bz2 tar archieves with tar.xz from the middle of 2021 on page https://www.x.org/releases/individual/lib/. So set the default value of XORG_EXT with 'tar.xz', and update related recipes accordingly. (From OE-Core rev: b18a607ba0a33951375b66e895f8e129f96d9a67) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb b/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb
index e2c06fd14a..f1b492c39f 100644
--- a/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb
+++ b/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb
@@ -17,7 +17,6 @@ PROVIDES = "xau"
17PE = "1" 17PE = "1"
18 18
19XORG_PN = "libXau" 19XORG_PN = "libXau"
20XORG_EXT = "tar.xz"
21 20
22BBCLASSEXTEND = "native nativesdk" 21BBCLASSEXTEND = "native nativesdk"
23 22