[oe-commits] Paul Eggleton : classes/insane: fix QA check message referring to nativesdk

git at git.openembedded.org git at git.openembedded.org
Mon Aug 24 22:48:42 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 940b9d1736dbe63f80b9d46b2b9b1cea77ed35f1
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=940b9d1736dbe63f80b9d46b2b9b1cea77ed35f1

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Mon Jun  8 10:35:35 2015 +0100

classes/insane: fix QA check message referring to nativesdk

nativesdk has been a prefix rather than a suffix for some time now.

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/classes/insane.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index 9c05c86..d9befc4 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):
     """
 
     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):
-        messages["dev-so"] = "non -dev/-dbg/-nativesdk package contains symlink .so: %s path '%s'" % \
+        messages["dev-so"] = "non -dev/-dbg/nativesdk- package contains symlink .so: %s path '%s'" % \
                  (name, package_qa_clean_path(path,d))
 
 QAPATHTEST[staticdev] = "package_qa_check_staticdev"



More information about the Openembedded-commits mailing list