diff options
author | Kai Kang <kai.kang@windriver.com> | 2022-12-29 21:11:44 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-31 17:08:29 +0000 |
commit | 02c98c4994b5cb704756df6dd96319962bff3eef (patch) | |
tree | a1926c3ccfc32ff301555c8e9eaaa5eaab9b0726 /meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb | |
parent | ed134c9247fe8725bfa671e916d9f0eba91ed2ef (diff) | |
download | poky-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.bb | 1 |
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" | |||
17 | PE = "1" | 17 | PE = "1" |
18 | 18 | ||
19 | XORG_PN = "libXau" | 19 | XORG_PN = "libXau" |
20 | XORG_EXT = "tar.xz" | ||
21 | 20 | ||
22 | BBCLASSEXTEND = "native nativesdk" | 21 | BBCLASSEXTEND = "native nativesdk" |
23 | 22 | ||