diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2014-05-26 11:01:18 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-05-28 10:24:41 -0300 |
commit | 48311c05e264ee52d6a8cb7ef8d004345777dfda (patch) | |
tree | bc53f2a86b2234bc76c7c56c834befe738879ed1 | |
parent | 6302f024037605f9ffd09009850c902f378809b1 (diff) | |
download | meta-qt5-48311c05e264ee52d6a8cb7ef8d004345777dfda.tar.gz |
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.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-qt/qt5/qtsystems.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtsystems.inc b/recipes-qt/qt5/qtsystems.inc index 8b2a7705..6cdfc8ea 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 | |||
8 | file://${S}/examples/systeminfo/qml-storageinfo/content/ProgressBar.qml;endline=39;md5=5213e8171c07d54db7107f29ac2f7b5e \ | 8 | file://${S}/examples/systeminfo/qml-storageinfo/content/ProgressBar.qml;endline=39;md5=5213e8171c07d54db7107f29ac2f7b5e \ |
9 | file://${S}/doc/src/systeminfo/systeminfo.qdoc;endline=26;md5=757f4eda130ceff3ca0985dde715af07 \ | 9 | file://${S}/doc/src/systeminfo/systeminfo.qdoc;endline=26;md5=757f4eda130ceff3ca0985dde715af07 \ |
10 | " | 10 | " |
11 | |||
12 | do_install_append() { | ||
13 | # Remove example.pro file as it is useless | ||
14 | rm -f ${D}${OE_QMAKE_PATH_EXAMPLES}/examples.pro | ||
15 | } | ||