]> code.ossystems Code Review - openembedded-core.git/commitdiff
insane.bbclass: Enable the package_qa_hash_style check
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 7 Jan 2011 16:27:01 +0000 (16:27 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 7 Jan 2011 16:27:16 +0000 (16:27 +0000)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/insane.bbclass

index 71ed5b64332c5886efc18cc3012adfb783edf2a5..031583442da26071bd5e9763f47a7df7246725b5 100644 (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():