diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2014-05-26 11:00:09 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-05-28 10:24:41 -0300 |
commit | 6302f024037605f9ffd09009850c902f378809b1 (patch) | |
tree | 1e877d669fbe22d63c4cb5250a2103757a72e446 | |
parent | 7dd1fcdecb4c20156fa88edf8d3f090b9b8692cd (diff) | |
download | meta-qt5-6302f024037605f9ffd09009850c902f378809b1.tar.gz |
qtbase: 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/qtbase.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc index 1a25aa43..f521db51 100644 --- a/recipes-qt/qt5/qtbase.inc +++ b/recipes-qt/qt5/qtbase.inc | |||
@@ -221,6 +221,9 @@ do_install_append() { | |||
221 | if [ ! -d ${D}/${OE_QMAKE_PATH_LIBS}/fonts ]; then | 221 | if [ ! -d ${D}/${OE_QMAKE_PATH_LIBS}/fonts ]; then |
222 | cp -a ${S}/lib/fonts ${D}/${OE_QMAKE_PATH_LIBS} | 222 | cp -a ${S}/lib/fonts ${D}/${OE_QMAKE_PATH_LIBS} |
223 | fi | 223 | fi |
224 | |||
225 | # Remove example.pro file as it is useless | ||
226 | rm -f ${D}${OE_QMAKE_PATH_EXAMPLES}/examples.pro | ||
224 | } | 227 | } |
225 | 228 | ||
226 | PACKAGES =. " \ | 229 | PACKAGES =. " \ |