From c57fd9dbadfaee0ac16962448a9cf432f99a9f78 Mon Sep 17 00:00:00 2001 From: Collin Richards Date: Fri, 15 Jul 2016 14:27:52 -0500 Subject: 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 Natinst-ReviewBoard-ID: 145293 Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-support/salt/salt_2016.3.0.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-openstack/recipes-support') 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}" inherit setuptools update-rc.d +# Avoid a QA Warning triggered by the test package including a file +# with a .a extension +INSANE_SKIP_${PN}-tests += "staticdev" + # Note ${PN}-tests must be before ${PN}-common in the PACKAGES variable # in order for ${PN}-tests to own the correct FILES. PACKAGES += "\ -- cgit v1.2.3-54-g00ecf