* [Buildroot] [PATCH 1/1] utils/genrandconfig: fix indentation
@ 2022-08-08 21:26 Fabrice Fontaine
2022-08-09 11:33 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2022-08-08 21:26 UTC (permalink / raw)
To: buildroot; +Cc: Fabrice Fontaine
Commit 0f3115b2ca9fbdcf7a4e02aba45104f2d423fdb8 broke the indentation
(missing one space)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
utils/genrandconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/utils/genrandconfig b/utils/genrandconfig
index a56f03681a..4846c316bb 100755
--- a/utils/genrandconfig
+++ b/utils/genrandconfig
@@ -535,7 +535,7 @@ def fixup_config(sysinfo, configfile):
if 'BR2_ARCH_HAS_NO_TOOLCHAIN_BUILDROOT=y\n' in configlines:
return False
- if 'BR2_PACKAGE_REFPOLICY=y\n' in configlines and \
+ if 'BR2_PACKAGE_REFPOLICY=y\n' in configlines and \
'BR2_PACKAGE_REFPOLICY_CUSTOM_GIT=y\n' in configlines and \
'BR2_PACKAGE_REFPOLICY_CUSTOM_REPO_URL=""\n' in configlines:
configlines.remove('BR2_PACKAGE_REFPOLICY_CUSTOM_GIT=y\n')
--
2.35.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-08-09 11:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-08 21:26 [Buildroot] [PATCH 1/1] utils/genrandconfig: fix indentation Fabrice Fontaine
2022-08-09 11:33 ` Thomas Petazzoni via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox