diff options
| -rw-r--r-- | meta/classes/insane.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index c984faec71..0913320183 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass | |||
| @@ -1091,7 +1091,7 @@ python do_package_qa () { | |||
| 1091 | # Check package name | 1091 | # Check package name |
| 1092 | if not pkgname_pattern.match(package): | 1092 | if not pkgname_pattern.match(package): |
| 1093 | package_qa_handle_error("pkgname", | 1093 | package_qa_handle_error("pkgname", |
| 1094 | "%s doesn't match the [a-z0-9.+-]+ regex\n" % package, d) | 1094 | "%s doesn't match the [a-z0-9.+-]+ regex" % package, d) |
| 1095 | 1095 | ||
| 1096 | path = "%s/%s" % (pkgdest, package) | 1096 | path = "%s/%s" % (pkgdest, package) |
| 1097 | if not package_qa_walk(path, warnchecks, errorchecks, skip, package, d): | 1097 | if not package_qa_walk(path, warnchecks, errorchecks, skip, package, d): |
