Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | From ab238c213fac190972f55e73cf3e0bb1c7846eb8 Mon Sep 17 00:00:00 2001 |
| 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> |
| 3 | Date: Thu, 12 Dec 2019 16:52:07 +0100 |
| 4 | Subject: [PATCH] tests: do not strip a helper library |
| 5 | |
| 6 | Upstream-Status: Inappropriate [oe-core specific] |
| 7 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> |
| 8 | --- |
| 9 | tests/utils/testapp/userspace-probe-elf-binary/Makefile.am | 2 +- |
| 10 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 11 | |
| 12 | diff --git a/tests/utils/testapp/userspace-probe-elf-binary/Makefile.am b/tests/utils/testapp/userspace-probe-elf-binary/Makefile.am |
| 13 | index 03f5d5a..d12c343 100644 |
| 14 | --- a/tests/utils/testapp/userspace-probe-elf-binary/Makefile.am |
| 15 | +++ b/tests/utils/testapp/userspace-probe-elf-binary/Makefile.am |
| 16 | @@ -12,7 +12,7 @@ userspace_probe_elf_binary_LDADD = libfoo.la |
| 17 | libfoo.strip: libfoo.la |
| 18 | $(OBJCOPY) --strip-all .libs/libfoo.so |
| 19 | |
| 20 | -all-local: libfoo.strip |
| 21 | +all-local: |
| 22 | @if [ x"$(srcdir)" != x"$(builddir)" ]; then \ |
| 23 | for script in $(EXTRA_DIST); do \ |
| 24 | cp -f $(srcdir)/$$script $(builddir); \ |
| 25 | -- |
| 26 | 2.17.1 |
| 27 | |