]> code.ossystems Code Review - openembedded-core.git/commitdiff
Fix typo when reporting an error
authorRoss Burton <ross@openedhand.com>
Sun, 4 Feb 2007 18:44:37 +0000 (18:44 +0000)
committerRoss Burton <ross@openedhand.com>
Sun, 4 Feb 2007 18:44:37 +0000 (18:44 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1258 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/insane.bbclass

index 09728f850e96814f79403a7708bb1aa1a84bc882..4bceaaed82bcbbb3b0467e7d611c05d8a80d8e9a 100644 (file)
@@ -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: