diff options
author | Alexander Kanavin <alex@linutronix.de> | 2024-06-19 10:59:54 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-06-24 12:43:41 +0100 |
commit | 14a28f72c8855d45231078273b1bf58abad09a52 (patch) | |
tree | ff9bf4f9d7c67a6145c517201cf6fbb7c06c8d4e /meta/recipes-devtools/automake | |
parent | fde7f52fd7eb499a60a0aa4b19506b7a41495533 (diff) | |
download | poky-14a28f72c8855d45231078273b1bf58abad09a52.tar.gz |
automake: mark new_rt_path_for_test-driver.patch as Inappropriate
The patch is specific to how oe-core runs autotools-generated tests:
by cherry-picking needed bits from builddir and srcdir, then hacking
Makefile with sed until it runs.
As GNU is not interested in installable tests, they wouldn't be
interested in this patch either; and if they become interested,
it's probably going to be done in a whole different way.
(From OE-Core rev: dd13c29bee330d381e1e574351348e526500e396)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/automake')
-rw-r--r-- | meta/recipes-devtools/automake/automake/new_rt_path_for_test-driver.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/automake/automake/new_rt_path_for_test-driver.patch b/meta/recipes-devtools/automake/automake/new_rt_path_for_test-driver.patch index 1f71722334..f92ec6b548 100644 --- a/meta/recipes-devtools/automake/automake/new_rt_path_for_test-driver.patch +++ b/meta/recipes-devtools/automake/automake/new_rt_path_for_test-driver.patch | |||
@@ -5,7 +5,7 @@ Subject: [PATCH] Set relative to top_builddir path in Makefile to access | |||
5 | test-driver | 5 | test-driver |
6 | 6 | ||
7 | Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> | 7 | Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> |
8 | Upstream-Status: Pending | 8 | Upstream-Status: Inappropriate [specific to oe-core target ptest installation] |
9 | Bug-Report: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19042 | 9 | Bug-Report: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19042 |
10 | 10 | ||
11 | --- | 11 | --- |