[oe] [meta-qt5][jethro][PATCH] qtbase: Fix host user contamination

Martin Jansa martin.jansa at gmail.com
Thu Oct 29 23:18:58 UTC 2015


Isn't this fixed by:
http://patchwork.openembedded.org/patch/105649/
?

Which is already in master-next.

On Fri, Oct 30, 2015 at 12:06 AM, Ian Coolidge <ian at boundarydevices.com>
wrote:

> The copy must not use the host user when copying for packaging.
> Error fixed:
> ,----
> | WARNING: QA Issue: qtbase: /qtbase-dev/usr/lib/libqtfreetype.prl is
> owned by
> | uid 1000, which is the same as the user running bitbake. This may be due
> to
> | host contamination [host-user-contaminated]
> `----
>
> Signed-off-by: Ian Coolidge <ian at boundarydevices.com>
> ---
>  recipes-qt/qt5/qtbase_git.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb
> index 4cffccf..19de7df 100644
> --- a/recipes-qt/qt5/qtbase_git.bb
> +++ b/recipes-qt/qt5/qtbase_git.bb
> @@ -231,7 +231,7 @@ do_install_append() {
>          cp -a ${S}/lib/fonts/* ${D}/${OE_QMAKE_PATH_QT_FONTS}
>          chown -R root:root ${D}/${OE_QMAKE_PATH_QT_FONTS}
>      fi
> -    cp -a ${B}/lib/libqt* ${D}${libdir}
> +    cp -r ${B}/lib/libqt* ${D}${libdir}
>      # Remove example.pro file as it is useless
>      rm -f ${D}${OE_QMAKE_PATH_EXAMPLES}/examples.pro
>
> --
> 1.9.1
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>



More information about the Openembedded-devel mailing list