diff options
| -rw-r--r-- | meta/recipes-graphics/xorg-lib/xtrans/multilibfix.patch | 16 | ||||
| -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 @@ | |||
| 1 | From 721886265be1fa505f55a7797e089d426459339c Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> | ||
| 3 | Date: Fri, 29 Jun 2018 08:02:16 +0000 | ||
| 4 | Subject: [PATCH] xtrans: Fix multilib .pc file conflict | ||
| 5 | |||
| 1 | The xtrans.pc file is installed into a non-arch directory yet contains libdir | 6 | The xtrans.pc file is installed into a non-arch directory yet contains libdir |
| 2 | which can vary depending on which multilib is configured. The .pc file does | 7 | which can vary depending on which multilib is configured. The .pc file does |
| 3 | not require libdir so remove this to fix multilib builds. | 8 | not require libdir so remove this to fix multilib builds. |
| 4 | 9 | ||
| 5 | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | 10 | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
| 6 | Upstream-Status: Pending | 11 | Upstream-Status: Pending |
| 12 | --- | ||
| 13 | xtrans.pc.in | 1 - | ||
| 14 | 1 file changed, 1 deletion(-) | ||
| 7 | 15 | ||
| 8 | Index: xtrans-1.3.5/xtrans.pc.in | 16 | diff --git a/xtrans.pc.in b/xtrans.pc.in |
| 9 | =================================================================== | 17 | index 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." | |||
| 10 | require xorg-lib-common.inc | 10 | require xorg-lib-common.inc |
| 11 | 11 | ||
| 12 | LICENSE = "MIT" | 12 | LICENSE = "MIT" |
| 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=bc875e1c864f4f62b29f7d8651f627fa" | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=d6091702432f176651d4bf09e61bbe2d" |
| 14 | 14 | ||
| 15 | SRC_URI += "file://multilibfix.patch" | 15 | SRC_URI += "file://multilibfix.patch" |
| 16 | 16 | ||
| @@ -22,4 +22,4 @@ inherit gettext | |||
| 22 | 22 | ||
| 23 | BBCLASSEXTEND = "native nativesdk" | 23 | BBCLASSEXTEND = "native nativesdk" |
| 24 | 24 | ||
| 25 | SRC_URI[sha256sum] = "5c5cbfe34764a9131d048f03c31c19e57fb4c682d67713eab6a65541b4dff86c" | 25 | SRC_URI[sha256sum] = "faafea166bf2451a173d9d593352940ec6404145c5d1da5c213423ce4d359e92" |
