diff options
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/recipes-support/salt/salt_2016.3.0.bb | 4 |
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 | ||
| 36 | inherit setuptools update-rc.d | 36 | inherit setuptools update-rc.d |
| 37 | 37 | ||
| 38 | # Avoid a QA Warning triggered by the test package including a file | ||
| 39 | # with a .a extension | ||
| 40 | INSANE_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. |
| 40 | PACKAGES += "\ | 44 | PACKAGES += "\ |
