Andrew Geissler | fc113ea | 2023-03-31 09:59:46 -0500 | [diff] [blame^] | 1 | From f46610901dbac56d9631df012374c600db08453e Mon Sep 17 00:00:00 2001 |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 2 | From: Hongxu Jia <hongxu.jia@windriver.com> |
| 3 | Date: Wed, 26 Apr 2017 03:51:03 -0400 |
Andrew Geissler | fc113ea | 2023-03-31 09:59:46 -0500 | [diff] [blame^] | 4 | Subject: [PATCH] without build plugins |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 5 | |
Andrew Geissler | 6aa7eec | 2023-03-03 12:41:14 -0600 | [diff] [blame] | 6 | Upstream-Status: Inappropriate [workaround] |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 7 | |
| 8 | Rebase to 2.9.1 |
| 9 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> |
Andrew Geissler | fc113ea | 2023-03-31 09:59:46 -0500 | [diff] [blame^] | 10 | |
| 11 | Modify to apply to v2.17.8. |
| 12 | |
| 13 | Signed-off-by: Joe Slater <joe.slater@windriver.com> |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 14 | --- |
| 15 | src/Makefile.am | 2 +- |
| 16 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 17 | |
| 18 | diff --git a/src/Makefile.am b/src/Makefile.am |
Andrew Geissler | fc113ea | 2023-03-31 09:59:46 -0500 | [diff] [blame^] | 19 | index 410bfcb0..bac02b16 100644 |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 20 | --- a/src/Makefile.am |
| 21 | +++ b/src/Makefile.am |
| 22 | @@ -8,4 +8,4 @@ if BUILD_NEWT |
| 23 | sub_dirs += report-newt |
| 24 | endif |
| 25 | |
Andrew Geissler | fc113ea | 2023-03-31 09:59:46 -0500 | [diff] [blame^] | 26 | -SUBDIRS = include lib report-python cli client-python plugins workflows $(sub_dirs) |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 27 | +SUBDIRS = include lib report-python cli client-python workflows $(sub_dirs) |
| 28 | -- |
Andrew Geissler | fc113ea | 2023-03-31 09:59:46 -0500 | [diff] [blame^] | 29 | 2.25.1 |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 30 | |