summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-graphics/xorg-lib/xtrans/multilibfix.patch16
-rw-r--r--meta/recipes-graphics/xorg-lib/xtrans_1.6.0.bb (renamed from meta/recipes-graphics/xorg-lib/xtrans_1.5.2.bb)4
2 files changed, 14 insertions, 6 deletions
diff --git a/meta/recipes-graphics/xorg-lib/xtrans/multilibfix.patch b/meta/recipes-graphics/xorg-lib/xtrans/multilibfix.patch
index c513bad20e..21872fe8fe 100644
--- a/meta/recipes-graphics/xorg-lib/xtrans/multilibfix.patch
+++ b/meta/recipes-graphics/xorg-lib/xtrans/multilibfix.patch
@@ -1,14 +1,22 @@
1From 721886265be1fa505f55a7797e089d426459339c Mon Sep 17 00:00:00 2001
2From: Richard Purdie <richard.purdie@linuxfoundation.org>
3Date: Fri, 29 Jun 2018 08:02:16 +0000
4Subject: [PATCH] xtrans: Fix multilib .pc file conflict
5
1The xtrans.pc file is installed into a non-arch directory yet contains libdir 6The xtrans.pc file is installed into a non-arch directory yet contains libdir
2which can vary depending on which multilib is configured. The .pc file does 7which can vary depending on which multilib is configured. The .pc file does
3not require libdir so remove this to fix multilib builds. 8not require libdir so remove this to fix multilib builds.
4 9
5Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 10Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6Upstream-Status: Pending 11Upstream-Status: Pending
12---
13 xtrans.pc.in | 1 -
14 1 file changed, 1 deletion(-)
7 15
8Index: xtrans-1.3.5/xtrans.pc.in 16diff --git a/xtrans.pc.in b/xtrans.pc.in
9=================================================================== 17index cf3e44f..7752996 100644
10--- xtrans-1.3.5.orig/xtrans.pc.in 18--- a/xtrans.pc.in
11+++ xtrans-1.3.5/xtrans.pc.in 19+++ b/xtrans.pc.in
12@@ -1,6 +1,5 @@ 20@@ -1,6 +1,5 @@
13 prefix=@prefix@ 21 prefix=@prefix@
14 exec_prefix=@exec_prefix@ 22 exec_prefix=@exec_prefix@
diff --git a/meta/recipes-graphics/xorg-lib/xtrans_1.5.2.bb b/meta/recipes-graphics/xorg-lib/xtrans_1.6.0.bb
index e391bf8a2b..75ebd5c615 100644
--- a/meta/recipes-graphics/xorg-lib/xtrans_1.5.2.bb
+++ b/meta/recipes-graphics/xorg-lib/xtrans_1.6.0.bb
@@ -10,7 +10,7 @@ except in the X Transport Interface code."
10require xorg-lib-common.inc 10require xorg-lib-common.inc
11 11
12LICENSE = "MIT" 12LICENSE = "MIT"
13LIC_FILES_CHKSUM = "file://COPYING;md5=bc875e1c864f4f62b29f7d8651f627fa" 13LIC_FILES_CHKSUM = "file://COPYING;md5=d6091702432f176651d4bf09e61bbe2d"
14 14
15SRC_URI += "file://multilibfix.patch" 15SRC_URI += "file://multilibfix.patch"
16 16
@@ -22,4 +22,4 @@ inherit gettext
22 22
23BBCLASSEXTEND = "native nativesdk" 23BBCLASSEXTEND = "native nativesdk"
24 24
25SRC_URI[sha256sum] = "5c5cbfe34764a9131d048f03c31c19e57fb4c682d67713eab6a65541b4dff86c" 25SRC_URI[sha256sum] = "faafea166bf2451a173d9d593352940ec6404145c5d1da5c213423ce4d359e92"