@@ -1,14 +1,22 @@
+From 91ecdefffec69c04012c61df525dce1bd4a31fe1 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
which can vary depending on which multilib is configured. The .pc file does
not require libdir so remove this to fix multilib builds.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Upstream-Status: Pending
+---
+ xtrans.pc.in | 1 -
+ 1 file changed, 1 deletion(-)
-Index: xtrans-1.3.5/xtrans.pc.in
-===================================================================
---- xtrans-1.3.5.orig/xtrans.pc.in
-+++ xtrans-1.3.5/xtrans.pc.in
+diff --git a/xtrans.pc.in b/xtrans.pc.in
+index b8d135b..3e1a92d 100644
+--- a/xtrans.pc.in
++++ b/xtrans.pc.in
@@ -1,6 +1,5 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
similarity index 88%
rename from meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb
rename to meta/recipes-graphics/xorg-lib/xtrans_1.5.1.bb
@@ -22,4 +22,4 @@ inherit gettext
BBCLASSEXTEND = "native nativesdk"
-SRC_URI[sha256sum] = "1ba4b703696bfddbf40bacf25bce4e3efb2a0088878f017a50e9884b0c8fb1bd"
+SRC_URI[sha256sum] = "dea80fbd8c3c941495b4b1d2785cb652815d016849a0d2ef90d1140de916993e"
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *xtrans* to *1.5.1* has Succeeded. Next steps: - apply the patch: git am 0001-xtrans-upgrade-1.5.0-1.5.1.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From 517d3f476828712d71519b29eaf83926e0d2fa57 Mon Sep 17 00:00:00 2001 From: Upgrade Helper <auh@yoctoproject.org> Date: Tue, 15 Oct 2024 06:39:08 +0000 Subject: [PATCH] xtrans: upgrade 1.5.0 -> 1.5.1 --- .../xorg-lib/xtrans/multilibfix.patch | 16 ++++++++++++---- .../{xtrans_1.5.0.bb => xtrans_1.5.1.bb} | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) rename meta/recipes-graphics/xorg-lib/{xtrans_1.5.0.bb => xtrans_1.5.1.bb} (88%)