blob: f6ff860408855c45ab134e17dd1efc739b8071e5 [file] [log] [blame]
Andrew Geisslerfc113ea2023-03-31 09:59:46 -05001From f46610901dbac56d9631df012374c600db08453e Mon Sep 17 00:00:00 2001
Brad Bishopd7bf8c12018-02-25 22:55:05 -05002From: Hongxu Jia <hongxu.jia@windriver.com>
3Date: Wed, 26 Apr 2017 03:51:03 -0400
Andrew Geisslerfc113ea2023-03-31 09:59:46 -05004Subject: [PATCH] without build plugins
Brad Bishopd7bf8c12018-02-25 22:55:05 -05005
Andrew Geissler6aa7eec2023-03-03 12:41:14 -06006Upstream-Status: Inappropriate [workaround]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05007
8Rebase to 2.9.1
9Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Andrew Geisslerfc113ea2023-03-31 09:59:46 -050010
11Modify to apply to v2.17.8.
12
13Signed-off-by: Joe Slater <joe.slater@windriver.com>
Brad Bishopd7bf8c12018-02-25 22:55:05 -050014---
15 src/Makefile.am | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18diff --git a/src/Makefile.am b/src/Makefile.am
Andrew Geisslerfc113ea2023-03-31 09:59:46 -050019index 410bfcb0..bac02b16 100644
Brad Bishopd7bf8c12018-02-25 22:55:05 -050020--- 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 Geisslerfc113ea2023-03-31 09:59:46 -050026-SUBDIRS = include lib report-python cli client-python plugins workflows $(sub_dirs)
Brad Bishopd7bf8c12018-02-25 22:55:05 -050027+SUBDIRS = include lib report-python cli client-python workflows $(sub_dirs)
28--
Andrew Geisslerfc113ea2023-03-31 09:59:46 -0500292.25.1
Brad Bishopd7bf8c12018-02-25 22:55:05 -050030