[oe] [meta-qt5][PATCH 3/3] qtsystems: Remove examples.pro file from packages

Otavio Salvador otavio at ossystems.com.br
Mon May 26 14:46:49 UTC 2014


The examples.pro file is useless as we don't deploy the
source code. Remove it from the packages.

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
 recipes-qt/qt5/qtsystems.inc |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/recipes-qt/qt5/qtsystems.inc b/recipes-qt/qt5/qtsystems.inc
index 8b2a770..5a8727f 100644
--- a/recipes-qt/qt5/qtsystems.inc
+++ b/recipes-qt/qt5/qtsystems.inc
@@ -8,3 +8,8 @@ LIC_FILES_CHKSUM = "file://${S}/src/imports/systeminfo/qsysteminfo.cpp;endline=4
                     file://${S}/examples/systeminfo/qml-storageinfo/content/ProgressBar.qml;endline=39;md5=5213e8171c07d54db7107f29ac2f7b5e \
                     file://${S}/doc/src/systeminfo/systeminfo.qdoc;endline=26;md5=757f4eda130ceff3ca0985dde715af07 \
 "
+
+do_install_append() {
+    # Remove example.pro file as it is useless
+    rm ${D}${OE_QMAKE_PATH_EXAMPLES}/examples.pro	
+}
-- 
1.7.10.4




More information about the Openembedded-devel mailing list