diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-06-25 23:22:38 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-06-27 16:23:40 +0100 |
commit | 0eeda887d8f6da21a986d99269cf0b1cf6cdedc2 (patch) | |
tree | 727cae210aa1b4245e0a7359c461045273915acb /meta | |
parent | 1406bd514b85b6d61db272dcfc51197830cc9296 (diff) | |
download | poky-0eeda887d8f6da21a986d99269cf0b1cf6cdedc2.tar.gz |
xtrans: update 1.4.0 -> 1.5.0
License-update: removal of 'all rights reserved' sentences.
MIT & MIT was an outcome of mass-cleanup of licenses, so it can
be just MIT.
tar.bz2 has been replaced with .tar.xz which is the default.
(From OE-Core rev: a69f1403092cf7f857e8eb0a24a2173420072100)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb (renamed from meta/recipes-graphics/xorg-lib/xtrans_1.4.0.bb) | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/meta/recipes-graphics/xorg-lib/xtrans_1.4.0.bb b/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb index cd5aedb59d..781382e516 100644 --- a/meta/recipes-graphics/xorg-lib/xtrans_1.4.0.bb +++ b/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb | |||
@@ -9,10 +9,8 @@ except in the X Transport Interface code." | |||
9 | 9 | ||
10 | require xorg-lib-common.inc | 10 | require xorg-lib-common.inc |
11 | 11 | ||
12 | LICENSE = "MIT & MIT" | 12 | LICENSE = "MIT" |
13 | LIC_FILES_CHKSUM = "file://COPYING;md5=49347921d4d5268021a999f250edc9ca" | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=bc875e1c864f4f62b29f7d8651f627fa" |
14 | |||
15 | XORG_EXT = "tar.bz2" | ||
16 | 14 | ||
17 | SRC_URI += "file://multilibfix.patch" | 15 | SRC_URI += "file://multilibfix.patch" |
18 | 16 | ||
@@ -24,5 +22,4 @@ inherit gettext | |||
24 | 22 | ||
25 | BBCLASSEXTEND = "native nativesdk" | 23 | BBCLASSEXTEND = "native nativesdk" |
26 | 24 | ||
27 | SRC_URI[md5sum] = "ce2fb8100c6647ee81451ebe388b17ad" | 25 | SRC_URI[sha256sum] = "1ba4b703696bfddbf40bacf25bce4e3efb2a0088878f017a50e9884b0c8fb1bd" |
28 | SRC_URI[sha256sum] = "377c4491593c417946efcd2c7600d1e62639f7a8bbca391887e2c4679807d773" | ||