diff options
Diffstat (limited to 'meta/recipes-devtools/elfutils/files/ptest.patch')
-rw-r--r-- | meta/recipes-devtools/elfutils/files/ptest.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-devtools/elfutils/files/ptest.patch b/meta/recipes-devtools/elfutils/files/ptest.patch index 2152875d63..6b83fa4662 100644 --- a/meta/recipes-devtools/elfutils/files/ptest.patch +++ b/meta/recipes-devtools/elfutils/files/ptest.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From d49f6a135762ec1f1831d0e80b8df2a4269b0a66 Mon Sep 17 00:00:00 2001 | 1 | From 74dad3295f2b8dc06b7e6bb876bc4541e927ef47 Mon Sep 17 00:00:00 2001 |
2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> | 2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> |
3 | Date: Wed, 1 May 2019 16:37:48 +0100 | 3 | Date: Wed, 1 May 2019 16:37:48 +0100 |
4 | Subject: [PATCH] Changes to allow ptest to run standalone on target: | 4 | Subject: [PATCH] Changes to allow ptest to run standalone on target: |
@@ -21,11 +21,11 @@ Upstream-Status: Inappropriate [oe specific] | |||
21 | 3 files changed, 3 insertions(+), 7 deletions(-) | 21 | 3 files changed, 3 insertions(+), 7 deletions(-) |
22 | 22 | ||
23 | diff --git a/configure.ac b/configure.ac | 23 | diff --git a/configure.ac b/configure.ac |
24 | index bbe8673..488712b 100644 | 24 | index 0670e01..14f3e36 100644 |
25 | --- a/configure.ac | 25 | --- a/configure.ac |
26 | +++ b/configure.ac | 26 | +++ b/configure.ac |
27 | @@ -49,7 +49,7 @@ AC_COPYRIGHT([Copyright (C) 1996-2024 The elfutils developers.]) | 27 | @@ -43,7 +43,7 @@ AC_COPYRIGHT([Copyright (C) 1996-2025 The elfutils developers.]) |
28 | AC_PREREQ(2.63) dnl Minimum Autoconf version required. | 28 | AC_PREREQ(2.69) dnl Minimum Autoconf version required. |
29 | 29 | ||
30 | dnl We use GNU make extensions; automake 1.10 defaults to -Wportability. | 30 | dnl We use GNU make extensions; automake 1.10 defaults to -Wportability. |
31 | -AM_INIT_AUTOMAKE([gnits 1.11 -Wno-portability dist-bzip2 no-dist-gzip parallel-tests]) | 31 | -AM_INIT_AUTOMAKE([gnits 1.11 -Wno-portability dist-bzip2 no-dist-gzip parallel-tests]) |
@@ -34,20 +34,20 @@ index bbe8673..488712b 100644 | |||
34 | 34 | ||
35 | AM_SILENT_RULES([yes]) | 35 | AM_SILENT_RULES([yes]) |
36 | diff --git a/tests/Makefile.am b/tests/Makefile.am | 36 | diff --git a/tests/Makefile.am b/tests/Makefile.am |
37 | index ee49d07..3bd8e58 100644 | 37 | index 00ba754..6be7dd6 100644 |
38 | --- a/tests/Makefile.am | 38 | --- a/tests/Makefile.am |
39 | +++ b/tests/Makefile.am | 39 | +++ b/tests/Makefile.am |
40 | @@ -852,3 +852,5 @@ check: check-am coverage | 40 | @@ -937,3 +937,5 @@ check: check-am coverage |
41 | coverage: | 41 | coverage: |
42 | -$(srcdir)/coverage.sh | 42 | -$(srcdir)/coverage.sh |
43 | endif | 43 | endif |
44 | +oecheck: | 44 | +oecheck: |
45 | + $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) | 45 | + $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) |
46 | diff --git a/tests/test-subr.sh b/tests/test-subr.sh | 46 | diff --git a/tests/test-subr.sh b/tests/test-subr.sh |
47 | index 411e5f2..a638ff9 100644 | 47 | index ea80cbe..7632d20 100644 |
48 | --- a/tests/test-subr.sh | 48 | --- a/tests/test-subr.sh |
49 | +++ b/tests/test-subr.sh | 49 | +++ b/tests/test-subr.sh |
50 | @@ -91,12 +91,6 @@ installed_testrun() | 50 | @@ -92,12 +92,6 @@ installed_testrun() |
51 | program="$1" | 51 | program="$1" |
52 | shift | 52 | shift |
53 | case "$program" in | 53 | case "$program" in |