mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
Fix typo when reporting an error
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1258 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -51,7 +51,7 @@ def package_qa_check_devdbg(path, name,d):
|
||||
import bb, os
|
||||
if not "-dev" in name:
|
||||
if path[-3:] == ".so" and os.path.islink(path):
|
||||
bb.fatal("QA Issue: non -dev package %s contains symlink .so: %s" % name)
|
||||
bb.fatal("QA Issue: non -dev package %s contains symlink .so: %s" % (name, os.path.basename (path)))
|
||||
|
||||
if not "-dbg" in name:
|
||||
if '.debug' in path:
|
||||
|
||||
Reference in New Issue
Block a user