diff options
Diffstat (limited to 'meta/classes/insane.bbclass')
-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 9c05c862a1..d9befc4900 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass | |||
@@ -260,7 +260,7 @@ def package_qa_check_dev(path, name, d, elf, messages): | |||
260 | """ | 260 | """ |
261 | 261 | ||
262 | if not name.endswith("-dev") and not name.endswith("-dbg") and not name.endswith("-ptest") and not name.startswith("nativesdk-") and path.endswith(".so") and os.path.islink(path): | 262 | if not name.endswith("-dev") and not name.endswith("-dbg") and not name.endswith("-ptest") and not name.startswith("nativesdk-") and path.endswith(".so") and os.path.islink(path): |
263 | messages["dev-so"] = "non -dev/-dbg/-nativesdk package contains symlink .so: %s path '%s'" % \ | 263 | messages["dev-so"] = "non -dev/-dbg/nativesdk- package contains symlink .so: %s path '%s'" % \ |
264 | (name, package_qa_clean_path(path,d)) | 264 | (name, package_qa_clean_path(path,d)) |
265 | 265 | ||
266 | QAPATHTEST[staticdev] = "package_qa_check_staticdev" | 266 | QAPATHTEST[staticdev] = "package_qa_check_staticdev" |