From 3c64d6d175356ca877f89ad9220e05647eeb9776 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 3 Jan 2025 11:45:15 +0100 Subject: libxt: update 1.3.0 -> 1.3.1 (From OE-Core rev: 0a5eb0b01048341a430c3ba49aa4bd7983ace444) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- .../xorg-lib/libxt/libxt_fix_for_x32.patch | 13 ++++----- meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb | 32 ---------------------- meta/recipes-graphics/xorg-lib/libxt_1.3.1.bb | 32 ++++++++++++++++++++++ 3 files changed, 38 insertions(+), 39 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb create mode 100644 meta/recipes-graphics/xorg-lib/libxt_1.3.1.bb (limited to 'meta/recipes-graphics') diff --git a/meta/recipes-graphics/xorg-lib/libxt/libxt_fix_for_x32.patch b/meta/recipes-graphics/xorg-lib/libxt/libxt_fix_for_x32.patch index ff8c675dbd..79ae929d08 100644 --- a/meta/recipes-graphics/xorg-lib/libxt/libxt_fix_for_x32.patch +++ b/meta/recipes-graphics/xorg-lib/libxt/libxt_fix_for_x32.patch @@ -1,4 +1,4 @@ -From f069b0a430fe96f3ece2106d34375008833599d3 Mon Sep 17 00:00:00 2001 +From c2916117aa09b7110ab1883e4295330ca7675e88 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Fri, 2 Dec 2011 12:20:05 -0800 Subject: [PATCH] libxt: fix compilatoin with x32 toolchain @@ -9,21 +9,20 @@ This fixes compilation with x32 toolchain. Received this patch from H.J. Lu Signed-off-by: Nitin A Kamble 2011/12/1 - --- include/X11/Xtos.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/X11/Xtos.h b/include/X11/Xtos.h -index 64b2da8..44f52c2 100644 +index 599dbe2..1686063 100644 --- a/include/X11/Xtos.h +++ b/include/X11/Xtos.h -@@ -59,7 +59,7 @@ SOFTWARE. +@@ -63,7 +63,7 @@ SOFTWARE. defined(__sparc64__) || \ defined(__s390x__) || \ (defined(__hppa__) && defined(__LP64__)) || \ - defined(__amd64__) || defined(amd64) || \ -+ ((defined(__amd64__) || defined(amd64)) && defined(__LP64__)) || \ - defined(__powerpc64__) || \ - (defined(sgi) && (_MIPS_SZLONG == 64)) ++ defined(__amd64__) || defined(amd64) && defined(__LP64__)) || \ + defined(__powerpc64__)) #define LONG64 + #endif diff --git a/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb b/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb deleted file mode 100644 index 1805dae772..0000000000 --- a/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb +++ /dev/null @@ -1,32 +0,0 @@ -SUMMARY = "Xt: X Toolkit Intrinsics library" - -DESCRIPTION = "The Intrinsics are a programming library tailored to the \ -special requirements of user interface construction within a network \ -window system, specifically the X Window System. The Intrinsics and a \ -widget set make up an X Toolkit. The Intrinsics provide the base \ -mechanism necessary to build a wide variety of interoperating widget \ -sets and application environments. The Intrinsics are a layer on top of \ -Xlib, the C Library X Interface. They extend the fundamental \ -abstractions provided by the X Window System while still remaining \ -independent of any particular user interface policy or style." - -require xorg-lib-common.inc - -LICENSE = "MIT & MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=d6e9ca2c4b2276625afe025b0a2a4d8c" - -DEPENDS += "util-linux libxcb libsm virtual/libx11 xorgproto libxdmcp" -PROVIDES = "xt" - -PE = "1" - -XORG_PN = "libXt" -XORG_EXT = "tar.xz" - -SRC_URI += "file://libxt_fix_for_x32.patch" - -SRC_URI[sha256sum] = "52820b3cdb827d08dc90bdfd1b0022a3ad8919b57a39808b12591973b331bf91" - -BBCLASSEXTEND = "native nativesdk" - -EXTRA_OECONF += "--disable-xkb" diff --git a/meta/recipes-graphics/xorg-lib/libxt_1.3.1.bb b/meta/recipes-graphics/xorg-lib/libxt_1.3.1.bb new file mode 100644 index 0000000000..97323ad282 --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxt_1.3.1.bb @@ -0,0 +1,32 @@ +SUMMARY = "Xt: X Toolkit Intrinsics library" + +DESCRIPTION = "The Intrinsics are a programming library tailored to the \ +special requirements of user interface construction within a network \ +window system, specifically the X Window System. The Intrinsics and a \ +widget set make up an X Toolkit. The Intrinsics provide the base \ +mechanism necessary to build a wide variety of interoperating widget \ +sets and application environments. The Intrinsics are a layer on top of \ +Xlib, the C Library X Interface. They extend the fundamental \ +abstractions provided by the X Window System while still remaining \ +independent of any particular user interface policy or style." + +require xorg-lib-common.inc + +LICENSE = "MIT & MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=d6e9ca2c4b2276625afe025b0a2a4d8c" + +DEPENDS += "util-linux libxcb libsm virtual/libx11 xorgproto libxdmcp" +PROVIDES = "xt" + +PE = "1" + +XORG_PN = "libXt" +XORG_EXT = "tar.xz" + +SRC_URI += "file://libxt_fix_for_x32.patch" + +SRC_URI[sha256sum] = "e0a774b33324f4d4c05b199ea45050f87206586d81655f8bef4dba434d931288" + +BBCLASSEXTEND = "native nativesdk" + +EXTRA_OECONF += "--disable-xkb" -- cgit v1.2.3-54-g00ecf