[Buildroot] [git commit branch/2019.02.x] utils/scanpypi: remind developer about updating DEVELOPERS and Config.in

Peter Korsgaard peter at korsgaard.com
Tue Jan 7 21:26:09 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=6c2a2a333518bf0b606d94ef29cb9205bc8de4bd
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2019.02.x

Signed-off-by: Matthew Weber <matthew.weber at rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit f64701b03da220099b8c15361fed6f3034b6d469)
Signed-off-by: Peter Korsgaard <peter at korsgaard.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:


More information about the buildroot mailing list