summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCollin Richards <collin.richards@ni.com>2016-07-15 14:27:52 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-07-21 10:30:38 -0400
commitc57fd9dbadfaee0ac16962448a9cf432f99a9f78 (patch)
treefbb870d66f079b3406650a34333831191d923abd
parent887f2154c5aaeaff6de2efb65cc1118cfb5eb904 (diff)
downloadmeta-cloud-services-c57fd9dbadfaee0ac16962448a9cf432f99a9f78.tar.gz
salt-tests: Disable staticdev QAWarning
The salt-test package uses files with .a extensions in it's tests. These are used in tests that inspect the tree structure of the file system and have nothing to do with static libraries. This triggers an OE QAWarning. Skip the staticdev check for this package to disable this warning. Signed-off-by: Collin Richards <collin.richards@ni.com> Natinst-ReviewBoard-ID: 145293 Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--meta-openstack/recipes-support/salt/salt_2016.3.0.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-openstack/recipes-support/salt/salt_2016.3.0.bb b/meta-openstack/recipes-support/salt/salt_2016.3.0.bb
index a99296a..7024f42 100644
--- a/meta-openstack/recipes-support/salt/salt_2016.3.0.bb
+++ b/meta-openstack/recipes-support/salt/salt_2016.3.0.bb
@@ -35,6 +35,10 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
35 35
36inherit setuptools update-rc.d 36inherit setuptools update-rc.d
37 37
38# Avoid a QA Warning triggered by the test package including a file
39# with a .a extension
40INSANE_SKIP_${PN}-tests += "staticdev"
41
38# Note ${PN}-tests must be before ${PN}-common in the PACKAGES variable 42# Note ${PN}-tests must be before ${PN}-common in the PACKAGES variable
39# in order for ${PN}-tests to own the correct FILES. 43# in order for ${PN}-tests to own the correct FILES.
40PACKAGES += "\ 44PACKAGES += "\