diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/insane.bbclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index addb9ac2d5..b861e85321 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass | |||
@@ -99,9 +99,9 @@ def package_qa_get_machine_dict(): | |||
99 | } | 99 | } |
100 | 100 | ||
101 | 101 | ||
102 | WARN_QA ?= "dev-so rpaths debug-deps dev-deps debug-files arch la2 pkgconfig desktop la ldflags perms useless-rpaths" | 102 | # Currently not being used by default "desktop" |
103 | ERROR_QA ?= "" | 103 | WARN_QA ?= "ldflags useless-rpaths rpaths" |
104 | #ERROR_QA ?= "rpaths debug-deps dev-deps debug-files arch pkgconfig perms" | 104 | ERROR_QA ?= "dev-so debug-deps dev-deps debug-files arch la2 pkgconfig la perms" |
105 | 105 | ||
106 | def package_qa_clean_path(path,d): | 106 | def package_qa_clean_path(path,d): |
107 | """ Remove the common prefix from the path. In this case it is the TMPDIR""" | 107 | """ Remove the common prefix from the path. In this case it is the TMPDIR""" |