utils/checkpackagelib: CommentsMenusPackagesOrder: properly initialize levels
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Fri, 2 Aug 2019 08:29:34 +0000 (10:29 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Fri, 2 Aug 2019 16:43:52 +0000 (18:43 +0200)
commitd5990601bae7729e44d3cc342f290d8a1608e9e1
treedb425239ea6e144219e3375e07c58ddd7c16f085
parent1a49dcb5287111cb0cb4d3d38eea95dc85d0893f
utils/checkpackagelib: CommentsMenusPackagesOrder: properly initialize levels

Fix an issue introduced by Arnout while committing. Jerzy originally
initialized the menu_of_packages, package and print_package_warning
members like they should be, but Arnout thought it wasn't needed and
removed that.

It is actually needed, to make sure the top level (level 0) works.

Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/264383157
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
utils/checkpackagelib/lib_config.py