insane.bbclass: Enable the package_qa_hash_style check

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2011-01-07 16:27:01 +00:00
parent 5c69fab405
commit 26cd5c2af0
1 changed files with 2 additions and 2 deletions

View File

@ -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():