]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
libxt: Upgrade to v1.3.0
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Tue, 2 May 2023 15:14:36 +0000 (16:14 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 5 May 2023 10:07:21 +0000 (11:07 +0100)
Changes:
Use .xz, upstream is not creating .bz2 anymore.
Update license checksum: Change in copyright years.
Update sha256sum for new version.

Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb [moved from meta/recipes-graphics/xorg-lib/libxt_1.2.1.bb with 83% similarity]

similarity index 83%
rename from meta/recipes-graphics/xorg-lib/libxt_1.2.1.bb
rename to meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb
index f56e106ee19ec2993f943c52d9442334a7544957..1805dae772215808b959cec74d2a9bf663ea4d13 100644 (file)
@@ -13,7 +13,7 @@ independent of any particular user interface policy or style."
 require xorg-lib-common.inc
 
 LICENSE = "MIT & MIT"
-LIC_FILES_CHKSUM = "file://COPYING;md5=73d55cea4d27ca1a09a5d23378b3ecf8"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d6e9ca2c4b2276625afe025b0a2a4d8c"
 
 DEPENDS += "util-linux libxcb libsm virtual/libx11 xorgproto libxdmcp"
 PROVIDES = "xt"
@@ -21,11 +21,11 @@ PROVIDES = "xt"
 PE = "1"
 
 XORG_PN = "libXt"
-XORG_EXT = "tar.bz2"
+XORG_EXT = "tar.xz"
 
 SRC_URI += "file://libxt_fix_for_x32.patch"
 
-SRC_URI[sha256sum] = "679cc08f1646dbd27f5e48ffe8dd49406102937109130caab02ca32c083a3d60"
+SRC_URI[sha256sum] = "52820b3cdb827d08dc90bdfd1b0022a3ad8919b57a39808b12591973b331bf91"
 
 BBCLASSEXTEND = "native nativesdk"