From 5b80bfd7bffd4c20d80b7c70a7130529e9a755dd Mon Sep 17 00:00:00 2001 From: ToshikazuOhiwa Date: Mon, 30 Mar 2020 09:24:26 +0900 Subject: agl-basesystem --- .../recipes-graphics/xorg-lib/xtrans/multilibfix.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 external/poky/meta/recipes-graphics/xorg-lib/xtrans/multilibfix.patch (limited to 'external/poky/meta/recipes-graphics/xorg-lib/xtrans') diff --git a/external/poky/meta/recipes-graphics/xorg-lib/xtrans/multilibfix.patch b/external/poky/meta/recipes-graphics/xorg-lib/xtrans/multilibfix.patch new file mode 100644 index 00000000..c513bad2 --- /dev/null +++ b/external/poky/meta/recipes-graphics/xorg-lib/xtrans/multilibfix.patch @@ -0,0 +1,18 @@ +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 +Upstream-Status: Pending + +Index: xtrans-1.3.5/xtrans.pc.in +=================================================================== +--- xtrans-1.3.5.orig/xtrans.pc.in ++++ xtrans-1.3.5/xtrans.pc.in +@@ -1,6 +1,5 @@ + prefix=@prefix@ + exec_prefix=@exec_prefix@ +-libdir=@libdir@ + includedir=@includedir@ + + Name: XTrans -- cgit 1.2.3-korg