From: Denys Dmytriyenko <denis@denix.org>
To: openembedded-devel@lists.openembedded.org
Cc: Otavio Salvador <otavio@ossystems.com.br>
Subject: Re: [meta-qt5][PATCH 2/2] nativesdk-qtbase.inc: Remove unused contents
Date: Mon, 17 Feb 2014 12:36:20 -0500 [thread overview]
Message-ID: <20140217173620.GP22890@denix.org> (raw)
In-Reply-To: <1392411754-10608-2-git-send-email-otavio@ossystems.com.br>
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@ossystems.com.br>
Acked-by: Denys Dmytriyenko <denys@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@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
next prev parent reply other threads:[~2014-02-17 17:36 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-14 21:02 [meta-qt5][PATCH 1/2] nativesdk-qtbase: Fix install error in case install task is rerun Otavio Salvador
2014-02-14 21:02 ` [meta-qt5][PATCH 2/2] nativesdk-qtbase.inc: Remove unused contents Otavio Salvador
2014-02-17 17:36 ` Denys Dmytriyenko [this message]
2014-02-17 17:45 ` Otavio Salvador
2014-02-21 21:31 ` Jacob Kroon
2014-02-21 21:46 ` Otavio Salvador
2014-02-21 21:56 ` Jacob Kroon
2014-02-17 17:38 ` [meta-qt5][PATCH 1/2] nativesdk-qtbase: Fix install error in case install task is rerun Denys Dmytriyenko
2014-02-17 17:46 ` Otavio Salvador
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140217173620.GP22890@denix.org \
--to=denis@denix.org \
--cc=openembedded-devel@lists.openembedded.org \
--cc=otavio@ossystems.com.br \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.