summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/elfutils/files/ptest.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/elfutils/files/ptest.patch')
-rw-r--r--meta/recipes-devtools/elfutils/files/ptest.patch11
1 files changed, 5 insertions, 6 deletions
diff --git a/meta/recipes-devtools/elfutils/files/ptest.patch b/meta/recipes-devtools/elfutils/files/ptest.patch
index fe6f272a83..2152875d63 100644
--- a/meta/recipes-devtools/elfutils/files/ptest.patch
+++ b/meta/recipes-devtools/elfutils/files/ptest.patch
@@ -1,4 +1,4 @@
1From bfbf393e7d5b1b41df85ce1c37e887776c45d529 Mon Sep 17 00:00:00 2001 1From d49f6a135762ec1f1831d0e80b8df2a4269b0a66 Mon Sep 17 00:00:00 2001
2From: Richard Purdie <richard.purdie@linuxfoundation.org> 2From: Richard Purdie <richard.purdie@linuxfoundation.org>
3Date: Wed, 1 May 2019 16:37:48 +0100 3Date: Wed, 1 May 2019 16:37:48 +0100
4Subject: [PATCH] Changes to allow ptest to run standalone on target: 4Subject: [PATCH] Changes to allow ptest to run standalone on target:
@@ -14,7 +14,6 @@ d) Add an oecheck make target which we can use to build the test binaries we nee
14Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 14Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 15
16Upstream-Status: Inappropriate [oe specific] 16Upstream-Status: Inappropriate [oe specific]
17
18--- 17---
19 configure.ac | 2 +- 18 configure.ac | 2 +-
20 tests/Makefile.am | 2 ++ 19 tests/Makefile.am | 2 ++
@@ -22,10 +21,10 @@ Upstream-Status: Inappropriate [oe specific]
22 3 files changed, 3 insertions(+), 7 deletions(-) 21 3 files changed, 3 insertions(+), 7 deletions(-)
23 22
24diff --git a/configure.ac b/configure.ac 23diff --git a/configure.ac b/configure.ac
25index d345495..67933d1 100644 24index bbe8673..488712b 100644
26--- a/configure.ac 25--- a/configure.ac
27+++ b/configure.ac 26+++ b/configure.ac
28@@ -48,7 +48,7 @@ AC_COPYRIGHT([Copyright (C) 1996-2021 The elfutils developers.]) 27@@ -49,7 +49,7 @@ AC_COPYRIGHT([Copyright (C) 1996-2024 The elfutils developers.])
29 AC_PREREQ(2.63) dnl Minimum Autoconf version required. 28 AC_PREREQ(2.63) dnl Minimum Autoconf version required.
30 29
31 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.
@@ -35,10 +34,10 @@ index d345495..67933d1 100644
35 34
36 AM_SILENT_RULES([yes]) 35 AM_SILENT_RULES([yes])
37diff --git a/tests/Makefile.am b/tests/Makefile.am 36diff --git a/tests/Makefile.am b/tests/Makefile.am
38index 72afd0e..a2dfd43 100644 37index ee49d07..3bd8e58 100644
39--- a/tests/Makefile.am 38--- a/tests/Makefile.am
40+++ b/tests/Makefile.am 39+++ b/tests/Makefile.am
41@@ -698,3 +698,5 @@ check: check-am coverage 40@@ -852,3 +852,5 @@ check: check-am coverage
42 coverage: 41 coverage:
43 -$(srcdir)/coverage.sh 42 -$(srcdir)/coverage.sh
44 endif 43 endif