mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
libxt: update to 1.2.0
License checksum changed due to modified copyright year. Removed patch was upstreamed. (From OE-Core rev: 4a77ac273cb16167fff8fcb9831434d9a25f8fcf) Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
56fd11118c
commit
bc231b1f22
-33
@@ -1,33 +0,0 @@
|
||||
From b0c0e6d90bd99a699701c9542640adb218f5d536 Mon Sep 17 00:00:00 2001
|
||||
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
||||
Date: Mon, 10 Jul 2017 16:51:13 +0300
|
||||
Subject: [PATCH] libXt: util: don't link makestrs with target cflags
|
||||
|
||||
The line: AM_CFLAGS = $(XT_CFLAGS)
|
||||
in util/Makefile.am is wrong because it adds target cflags to the
|
||||
compilation of makestrs, which is built for the build machine, which
|
||||
leads to build failures when cross-compiling.
|
||||
|
||||
Upstream-Status: Pending
|
||||
|
||||
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
||||
Signed-off-by: Maxin B. John <maxin.john@intel.com>
|
||||
---
|
||||
util/Makefile.am | 1 -
|
||||
1 file changed, 1 deletion(-)
|
||||
|
||||
diff --git a/util/Makefile.am b/util/Makefile.am
|
||||
index 800b35b..f2dd1f9 100644
|
||||
--- a/util/Makefile.am
|
||||
+++ b/util/Makefile.am
|
||||
@@ -11,7 +11,6 @@ EXTRA_DIST = \
|
||||
StrDefs.ht \
|
||||
string.list
|
||||
|
||||
-AM_CFLAGS = $(XT_CFLAGS)
|
||||
makestrs_SOURCES = makestrs.c
|
||||
|
||||
|
||||
--
|
||||
2.4.0
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
From f069b0a430fe96f3ece2106d34375008833599d3 Mon Sep 17 00:00:00 2001
|
||||
From: Nitin A Kamble <nitin.a.kamble@intel.com>
|
||||
Date: Fri, 2 Dec 2011 12:20:05 -0800
|
||||
Subject: [PATCH] libxt: fix compilatoin with x32 toolchain
|
||||
|
||||
Upstream-Status: Pending
|
||||
|
||||
This fixes compilation with x32 toolchain.
|
||||
@@ -5,10 +10,15 @@ This fixes compilation with x32 toolchain.
|
||||
Received this patch from H.J. Lu <hjl.tools@gmail.com>
|
||||
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> 2011/12/1
|
||||
|
||||
---
|
||||
include/X11/Xtos.h | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
--- libXt-1.1.1/include/X11/Xtos.h.x32 2011-02-08 07:56:40.000000000 -0800
|
||||
+++ libXt-1.1.1/include/X11/Xtos.h 2011-11-30 17:19:27.473349770 -0800
|
||||
@@ -62,7 +62,7 @@ SOFTWARE.
|
||||
diff --git a/include/X11/Xtos.h b/include/X11/Xtos.h
|
||||
index 64b2da8..44f52c2 100644
|
||||
--- a/include/X11/Xtos.h
|
||||
+++ b/include/X11/Xtos.h
|
||||
@@ -59,7 +59,7 @@ SOFTWARE.
|
||||
defined(__sparc64__) || \
|
||||
defined(__s390x__) || \
|
||||
(defined(__hppa__) && defined(__LP64__)) || \
|
||||
|
||||
+3
-6
@@ -13,8 +13,7 @@ independent of any particular user interface policy or style."
|
||||
require xorg-lib-common.inc
|
||||
|
||||
LICENSE = "MIT & MIT-style"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=6565b1e0094ea1caae0971cc4035f343"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=73d55cea4d27ca1a09a5d23378b3ecf8"
|
||||
|
||||
DEPENDS += "util-linux libxcb libsm virtual/libx11 xorgproto libxdmcp"
|
||||
PROVIDES = "xt"
|
||||
@@ -24,12 +23,10 @@ PE = "1"
|
||||
XORG_PN = "libXt"
|
||||
|
||||
SRC_URI += "file://libxt_fix_for_x32.patch \
|
||||
file://0001-libXt-util-don-t-link-makestrs-with-target-cflags.patch \
|
||||
"
|
||||
SRC_URI[md5sum] = "a9019421d3ee8b4937b6afd9025f018a"
|
||||
SRC_URI[sha256sum] = "b31df531dabed9f4611fc8980bc51d7782967e2aff44c4105251a1acb5a77831"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
EXTRA_OECONF += "--disable-xkb"
|
||||
|
||||
SRC_URI[md5sum] = "8f5b5576fbabba29a05f3ca2226f74d3"
|
||||
SRC_URI[sha256sum] = "46eeb6be780211fdd98c5109286618f6707712235fdd19df4ce1e6954f349f1a"
|
||||
Reference in New Issue
Block a user