1
0
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:
Richard Purdie
2011-01-07 16:27:01 +00:00
parent 5c69fab405
commit 26cd5c2af0
+2 -2
View File
@@ -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():