- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
19 lines
590 B
Diff
19 lines
590 B
Diff
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
|
|
|
|
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
|