- 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)
26 lines
1.1 KiB
Diff
26 lines
1.1 KiB
Diff
From aa1f37f1e0ff0dc0eeb199b52959e0deb275721e Mon Sep 17 00:00:00 2001
|
|
From: Jeremy Puhlman <jpuhlman@mvista.com>
|
|
Date: Sat, 7 Mar 2020 00:59:13 +0000
|
|
Subject: [PATCH] Make manpages mulitlib identical
|
|
|
|
Upstream-Status: Submitted [by email to g.branden.robinson@gmail.com]
|
|
Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
|
|
|
|
---
|
|
Makefile.am | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/Makefile.am b/Makefile.am
|
|
index f7ab410..7e1f3fb 100644
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -891,7 +891,7 @@ SUFFIXES += .man
|
|
-e "s|[@]PAGE[@]|\\\\%$(PAGE)|g" \
|
|
-e "s|[@]PDFDOCDIR[@]|`echo $(pdfdocdir) | sed -f $(makevarescape)`|g" \
|
|
-e "s|[@]PSPRINT[@]|`echo $(PSPRINT) | sed -f $(makevarescape)`|g" \
|
|
- -e "s|[@]SYSTEMMACRODIR[@]|`echo $(systemtmacdir) | sed -f $(makevarescape)`|g" \
|
|
+ -e "s|[@]SYSTEMMACRODIR[@]|`echo $(systemtmacdir) | sed -e 's,$(libdir),$(prefix)/lib*,' | sed -f $(makevarescape)`|g" \
|
|
-e "s|[@]TMAC_AN_PREFIX[@]|\\\\%$(tmac_an_prefix)|g" \
|
|
-e "s|[@]TMAC_M_PREFIX[@]|\\\\%$(tmac_m_prefix)|g" \
|
|
-e "s|[@]TMAC_MDIR[@]|`echo $(tmacdir) | sed -f $(makevarescape)`/mm|g" \
|