[Buildroot] [next] utils/scanpypi: remind developer about updating DEVELOPERS and Config.in

Matt Weber matthew.weber at rockwellcollins.com
Tue Nov 19 17:15:27 UTC 2019


Signed-off-by: Matthew Weber <matthew.weber at rockwellcollins.com>
---
 utils/scanpypi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/utils/scanpypi b/utils/scanpypi
index 55b3d1e61c..abb190a536 100755
--- a/utils/scanpypi
+++ b/utils/scanpypi
@@ -739,6 +739,8 @@ def main():
             package.create_hash_file()
 
             package.create_config_in()
+            print("NOTE: Remember to also make an update to the DEVELOPERS file")
+            print("      and include an entry for the pkg in packages/Config.in")
             print()
             # printing an empty line for visual confort
     finally:
-- 
2.17.1



More information about the buildroot mailing list