[oe-commits] Philip Balister : insane.bbclass : Disable tests for unsafe references in binaries and scripts.

git at git.openembedded.org git at git.openembedded.org
Thu Nov 22 09:01:33 UTC 2012


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

Author: Philip Balister <philip at balister.org>
Date:   Wed Nov 21 12:21:13 2012 -0500

insane.bbclass : Disable tests for unsafe references in binaries and scripts.

These test look for programs in / that depend on programs in /usr. After
a brief discussion in #oe, we decided these tests should be disabled so
we can focus on more serious QA issues.

If you are working on a system where / and /usr are on different partitions,
you should turn these tests back on and resolving the QA warnings.

Signed-off-by: Philip Balister <philip at balister.org>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 237ee82..c5c84b8 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -113,7 +113,7 @@ def package_qa_get_machine_dict():
 
 
 # Currently not being used by default "desktop"
-WARN_QA ?= "ldflags useless-rpaths rpaths unsafe-references-in-binaries unsafe-references-in-scripts staticdev libdir xorg-driver-abi textrel"
+WARN_QA ?= "ldflags useless-rpaths rpaths staticdev libdir xorg-driver-abi textrel"
 ERROR_QA ?= "dev-so debug-deps dev-deps debug-files arch la2 pkgconfig la perms dep-cmp"
 
 ALL_QA = "${WARN_QA} ${ERROR_QA}"





More information about the Openembedded-commits mailing list