[meta-virtualization] [PATCH] salt-tests: Disable staticdev QAWarning

Bruce Ashfield bruce.ashfield at gmail.com
Thu Jul 21 07:31:06 PDT 2016


On Fri, Jul 15, 2016 at 3:27 PM, Collin Richards <collin.richards at ni.com>
wrote:

> 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.
>

merged.

Bruce


>
> Signed-off-by: Collin Richards <collin.richards at ni.com>
> Natinst-ReviewBoard-ID: 145293
> ---
>  meta-openstack/recipes-support/salt/salt_2016.3.0.bb | 4 ++++
>  1 file changed, 4 insertions(+)
>
> 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 += "\
> --
> 1.9.1
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-virtualization/attachments/20160721/d7eab2dd/attachment.html>


More information about the meta-virtualization mailing list