[Buildroot] [PATCH] Makefile: include *.patch in check-package

From: Arnout Vandecappelle (Essensium/Mind) <hidden>
Date: 2021-10-25 19:28:29
Subsystem: kernel build + files below scripts/ (unless maintained elsewhere), the rest · Maintainers: Nathan Chancellor, Nicolas Schier, Linus Torvalds

Since a long time, we have a check-package check for patches. Make sure
that this check runs in 'make check-package', by including *.patch in
the find expression.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <redacted>
---
DO NOT APPLY!

At the moment, this causes about 100 check-package failures due to PATCH
1/1 and missing SoBs. We first need to fix all those, but I don't have
the time/energy for it at the moment.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index c960b53a6d..c2f9f19b0f 100644
--- a/Makefile
+++ b/Makefile
@@ -1224,7 +1224,7 @@ check-flake8:
 	| xargs -- python3 -m flake8 --statistics
 
 check-package:
-	find $(TOPDIR) -type f \( -name '*.mk' -o -name '*.hash' -o -name 'Config.*' \) \
+	find $(TOPDIR) -type f \( -name '*.mk' -o -name '*.hash' -o -name 'Config.*' -o -name '*.patch' \) \
 		-exec ./utils/check-package {} +
 
 include docs/manual/manual.mk
-- 
2.31.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help