mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
xtrans: Upgrade 1.5.2 -> 1.6.0
License-Update: Update copyright years (From OE-Core rev: 2a76693eb823cd79478d69bfa7b8ccad81521917) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,14 +1,22 @@
|
|||||||
|
From 721886265be1fa505f55a7797e089d426459339c Mon Sep 17 00:00:00 2001
|
||||||
|
From: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||||||
|
Date: Fri, 29 Jun 2018 08:02:16 +0000
|
||||||
|
Subject: [PATCH] xtrans: Fix multilib .pc file conflict
|
||||||
|
|
||||||
The xtrans.pc file is installed into a non-arch directory yet contains libdir
|
The xtrans.pc file is installed into a non-arch directory yet contains libdir
|
||||||
which can vary depending on which multilib is configured. The .pc file does
|
which can vary depending on which multilib is configured. The .pc file does
|
||||||
not require libdir so remove this to fix multilib builds.
|
not require libdir so remove this to fix multilib builds.
|
||||||
|
|
||||||
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||||||
Upstream-Status: Pending
|
Upstream-Status: Pending
|
||||||
|
---
|
||||||
|
xtrans.pc.in | 1 -
|
||||||
|
1 file changed, 1 deletion(-)
|
||||||
|
|
||||||
Index: xtrans-1.3.5/xtrans.pc.in
|
diff --git a/xtrans.pc.in b/xtrans.pc.in
|
||||||
===================================================================
|
index cf3e44f..7752996 100644
|
||||||
--- xtrans-1.3.5.orig/xtrans.pc.in
|
--- a/xtrans.pc.in
|
||||||
+++ xtrans-1.3.5/xtrans.pc.in
|
+++ b/xtrans.pc.in
|
||||||
@@ -1,6 +1,5 @@
|
@@ -1,6 +1,5 @@
|
||||||
prefix=@prefix@
|
prefix=@prefix@
|
||||||
exec_prefix=@exec_prefix@
|
exec_prefix=@exec_prefix@
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ except in the X Transport Interface code."
|
|||||||
require xorg-lib-common.inc
|
require xorg-lib-common.inc
|
||||||
|
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=bc875e1c864f4f62b29f7d8651f627fa"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d6091702432f176651d4bf09e61bbe2d"
|
||||||
|
|
||||||
SRC_URI += "file://multilibfix.patch"
|
SRC_URI += "file://multilibfix.patch"
|
||||||
|
|
||||||
@@ -22,4 +22,4 @@ inherit gettext
|
|||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|
||||||
SRC_URI[sha256sum] = "5c5cbfe34764a9131d048f03c31c19e57fb4c682d67713eab6a65541b4dff86c"
|
SRC_URI[sha256sum] = "faafea166bf2451a173d9d593352940ec6404145c5d1da5c213423ce4d359e92"
|
||||||
Reference in New Issue
Block a user