- 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)
25 lines
1.0 KiB
Diff
25 lines
1.0 KiB
Diff
From 2237748af00467ad8250a7ccd944200f811db69a Mon Sep 17 00:00:00 2001
|
|
From: Alexander Kanavin <alex.kanavin@gmail.com>
|
|
Date: Thu, 12 Dec 2019 16:52:07 +0100
|
|
Subject: [PATCH] tests: do not strip a helper library
|
|
|
|
Upstream-Status: Inappropriate [oe-core specific]
|
|
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
|
|
---
|
|
tests/utils/testapp/userspace-probe-elf-binary/Makefile.am | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/tests/utils/testapp/userspace-probe-elf-binary/Makefile.am b/tests/utils/testapp/userspace-probe-elf-binary/Makefile.am
|
|
index 836f13e..e19a554 100644
|
|
--- a/tests/utils/testapp/userspace-probe-elf-binary/Makefile.am
|
|
+++ b/tests/utils/testapp/userspace-probe-elf-binary/Makefile.am
|
|
@@ -14,7 +14,7 @@ userspace_probe_elf_binary_LDADD = libfoo.la
|
|
libfoo.strip: libfoo.la
|
|
$(OBJCOPY) --strip-all .libs/libfoo.so
|
|
|
|
-all-local: libfoo.strip
|
|
+all-local:
|
|
@if [ x"$(srcdir)" != x"$(builddir)" ]; then \
|
|
for script in $(EXTRA_DIST); do \
|
|
cp -f $(srcdir)/$$script $(builddir); \
|