mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02:00
insane.bbclass: Enable the package_qa_hash_style check
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -534,9 +534,9 @@ python do_package_qa () {
|
||||
|
||||
checks = [package_qa_check_rpath, package_qa_check_dev,
|
||||
package_qa_check_perm, package_qa_check_arch,
|
||||
package_qa_check_desktop,
|
||||
package_qa_check_desktop, package_qa_hash_style,
|
||||
package_qa_check_dbg]
|
||||
# package_qa_check_buildpaths, package_qa_hash_style
|
||||
# package_qa_check_buildpaths,
|
||||
walk_sane = True
|
||||
rdepends_sane = True
|
||||
for package in packages.split():
|
||||
|
||||
Reference in New Issue
Block a user