- 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)
33 lines
809 B
Diff
33 lines
809 B
Diff
From 73dc0c2cd942e30f5f7cb40cb5828895b96f0fb1 Mon Sep 17 00:00:00 2001
|
|
From: Hongxu Jia <hongxu.jia@windriver.com>
|
|
Date: Wed, 26 Apr 2017 03:47:58 -0400
|
|
Subject: [PATCH] Makefile.am: remove doc and apidoc
|
|
|
|
There was a failure at do_install time, so remove doc to workaround.
|
|
|
|
Upstream-Status: Inappropriate [workaround]
|
|
|
|
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
|
|
|
|
Context modified to apply to v2.17.8.
|
|
|
|
Signed-off-by: Joe Slater <joe.slater@windriver.com>
|
|
---
|
|
Makefile.am | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/Makefile.am b/Makefile.am
|
|
index 4ff2f5c5..d4e30bc2 100644
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -1,5 +1,5 @@
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
-SUBDIRS = data po src tests doc apidoc
|
|
+SUBDIRS = data po src tests
|
|
|
|
EXTRA_DIST = \
|
|
libreport.pc.in \
|
|
--
|
|
2.25.1
|
|
|