[oe] [meta-qt5][PATCH 2/2] nativesdk-qtbase.inc: Remove unused contents

Denys Dmytriyenko denis at denix.org
Mon Feb 17 17:36:20 UTC 2014


On Fri, Feb 14, 2014 at 07:02:34PM -0200, Otavio Salvador wrote:
> Fixes:
> 
> ERROR: QA Issue: nativesdk-qtbase: Files/directories were installed but not shipped
>   /opt/oel/13.0+snapshot/sysroots/i686-oelsdk-linux/usr/lib
>   /opt/oel/13.0+snapshot/sysroots/i686-oelsdk-linux/usr/include
>   /opt/oel/13.0+snapshot/sysroots/i686-oelsdk-linux/usr/share
>   /opt/oel/13.0+snapshot/sysroots/i686-oelsdk-linux/usr/lib/libQt5Test.so
>   /opt/oel/13.0+snapshot/sysroots/i686-oelsdk-linux/usr/lib/libQt5Network.so
>   ...
> 
> Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

Acked-by: Denys Dmytriyenko <denys at ti.com>


> ---
>  recipes-qt/qt5/nativesdk-qtbase.inc |    4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/recipes-qt/qt5/nativesdk-qtbase.inc b/recipes-qt/qt5/nativesdk-qtbase.inc
> index 36bc334..fe80c9b 100644
> --- a/recipes-qt/qt5/nativesdk-qtbase.inc
> +++ b/recipes-qt/qt5/nativesdk-qtbase.inc
> @@ -188,4 +188,8 @@ do_install() {
>      # for modules which are still using syncqt and call qtPrepareTool(QMAKE_SYNCQT, syncqt)
>      # e.g. qt3d, qtwayland
>      ln -sf syncqt.pl ${D}${OE_QMAKE_PATH_QT_BINS}/syncqt
> +
> +    # remove things unused in nativesdk; things are statically link
> +    # and we just use the binaries so drop all unused files
> +    rm -rf ${D}${includedir} ${D}${libdir} ${D}${datadir}/doc
>  }
> -- 
> 1.7.10.4
> 
> _______________________________________________
> 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