From 9b49749f29644cbde5e172a2b6e7870fc0adf4a7 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Mon, 26 May 2014 11:01:18 -0300 Subject: [PATCH] qtsystems: Remove examples.pro file from packages The examples.pro file is useless as we don't deploy the source code. Remove it from the packages. (From meta-qt5 rev: 48311c05e264ee52d6a8cb7ef8d004345777dfda) Signed-off-by: Otavio Salvador Signed-off-by: Patrick Ohly --- meta-qt5/recipes-qt/qt5/qtsystems.inc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta-qt5/recipes-qt/qt5/qtsystems.inc b/meta-qt5/recipes-qt/qt5/qtsystems.inc index 8b2a770..6cdfc8e 100644 --- a/meta-qt5/recipes-qt/qt5/qtsystems.inc +++ b/meta-qt5/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 -f ${D}${OE_QMAKE_PATH_EXAMPLES}/examples.pro +} -- 2.7.4