[parted-devel] [PATCH 2/2] cfg.mk: disable submodule checks to work around broken upstream gnulib

Brian C. Lane bcl at redhat.com
Tue Jan 26 19:13:33 GMT 2021


---
 cfg.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/cfg.mk b/cfg.mk
index a3f7cc1..8ad45e4 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -59,6 +59,10 @@ update-copyright-env = \
   UPDATE_COPYRIGHT_USE_INTERVALS=1 \
   UPDATE_COPYRIGHT_MAX_LINE_LENGTH=79
 
+# Override submodule check to allow workaround for broken gnulib upstream
+submodule-checks = no-submodule-changes
+gl_public_submodule_commit=
+
 #==> .j/.x-sc_GPL_version <==
 #build-aux/vc-list-files
 
-- 
2.26.2




More information about the parted-devel mailing list