mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00: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,
|
checks = [package_qa_check_rpath, package_qa_check_dev,
|
||||||
package_qa_check_perm, package_qa_check_arch,
|
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_dbg]
|
||||||
# package_qa_check_buildpaths, package_qa_hash_style
|
# package_qa_check_buildpaths,
|
||||||
walk_sane = True
|
walk_sane = True
|
||||||
rdepends_sane = True
|
rdepends_sane = True
|
||||||
for package in packages.split():
|
for package in packages.split():
|
||||||
|
|||||||
Reference in New Issue
Block a user