diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-07 16:27:01 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-07 16:27:16 +0000 |
commit | 26cd5c2af0542a6fdfb246fb7992ddba325edf95 (patch) | |
tree | ea1814dce02274dd9c47ae2387ffbab6696e9729 /meta/classes | |
parent | 5c69fab405a2d6c2be5ea334afce536f1620e1d0 (diff) | |
download | poky-26cd5c2af0542a6fdfb246fb7992ddba325edf95.tar.gz |
insane.bbclass: Enable the package_qa_hash_style check
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/insane.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 71ed5b6433..031583442d 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass | |||
@@ -534,9 +534,9 @@ python do_package_qa () { | |||
534 | 534 | ||
535 | checks = [package_qa_check_rpath, package_qa_check_dev, | 535 | checks = [package_qa_check_rpath, package_qa_check_dev, |
536 | package_qa_check_perm, package_qa_check_arch, | 536 | package_qa_check_perm, package_qa_check_arch, |
537 | package_qa_check_desktop, | 537 | package_qa_check_desktop, package_qa_hash_style, |
538 | package_qa_check_dbg] | 538 | package_qa_check_dbg] |
539 | # package_qa_check_buildpaths, package_qa_hash_style | 539 | # package_qa_check_buildpaths, |
540 | walk_sane = True | 540 | walk_sane = True |
541 | rdepends_sane = True | 541 | rdepends_sane = True |
542 | for package in packages.split(): | 542 | for package in packages.split(): |