summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>2023-05-02 16:14:36 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-05-05 11:07:26 +0100
commit813a35e253e7dc06bbd79ca64260f2514d2c8a66 (patch)
tree13640670a5a435379066f1465ebb4374dc314fd9 /meta
parentaeccadeda808b6ea529384816ca26d037bc09174 (diff)
downloadpoky-813a35e253e7dc06bbd79ca64260f2514d2c8a66.tar.gz
libxt: Upgrade to v1.3.0
Changes: Use .xz, upstream is not creating .bz2 anymore. Update license checksum: Change in copyright years. Update sha256sum for new version. (From OE-Core rev: 1be52fe725d7b0fac763af1ccc02383afe2c9bd0) 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>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb (renamed from meta/recipes-graphics/xorg-lib/libxt_1.2.1.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxt_1.2.1.bb b/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb
index f56e106ee1..1805dae772 100644
--- a/meta/recipes-graphics/xorg-lib/libxt_1.2.1.bb
+++ b/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb
@@ -13,7 +13,7 @@ independent of any particular user interface policy or style."
13require xorg-lib-common.inc 13require xorg-lib-common.inc
14 14
15LICENSE = "MIT & MIT" 15LICENSE = "MIT & MIT"
16LIC_FILES_CHKSUM = "file://COPYING;md5=73d55cea4d27ca1a09a5d23378b3ecf8" 16LIC_FILES_CHKSUM = "file://COPYING;md5=d6e9ca2c4b2276625afe025b0a2a4d8c"
17 17
18DEPENDS += "util-linux libxcb libsm virtual/libx11 xorgproto libxdmcp" 18DEPENDS += "util-linux libxcb libsm virtual/libx11 xorgproto libxdmcp"
19PROVIDES = "xt" 19PROVIDES = "xt"
@@ -21,11 +21,11 @@ PROVIDES = "xt"
21PE = "1" 21PE = "1"
22 22
23XORG_PN = "libXt" 23XORG_PN = "libXt"
24XORG_EXT = "tar.bz2" 24XORG_EXT = "tar.xz"
25 25
26SRC_URI += "file://libxt_fix_for_x32.patch" 26SRC_URI += "file://libxt_fix_for_x32.patch"
27 27
28SRC_URI[sha256sum] = "679cc08f1646dbd27f5e48ffe8dd49406102937109130caab02ca32c083a3d60" 28SRC_URI[sha256sum] = "52820b3cdb827d08dc90bdfd1b0022a3ad8919b57a39808b12591973b331bf91"
29 29
30BBCLASSEXTEND = "native nativesdk" 30BBCLASSEXTEND = "native nativesdk"
31 31