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:22:02 -0300 |
commit | 162894a4417703b996960b36f7a6f80861e095b6 (patch) | |
tree | eca426b8c8d6eb390d89b9f1017596bc8d088a1c | |
parent | a94c35bdad832861474a87852dad9000ee0d0c8b (diff) | |
download | meta-qt5-162894a4417703b996960b36f7a6f80861e095b6.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 =. " \ |