From 2e8033d5068925bdb7ce79ddba969a2078b1c44d Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Wed, 26 Dec 2007 11:07:10 +0000 Subject: [PATCH] packages/qt4/qt_packing.inc: Examples/Demos are in ${QT_DIR_NAME}, disable them due QA issues Disable packaging of the examples/demos as we need to get rid off the .debug directories inside the nested hierachy of the examples and demos. --- packages/qt4/qt_packaging.inc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/packages/qt4/qt_packaging.inc b/packages/qt4/qt_packaging.inc index 9c3d0b94d7..472faa3da4 100644 --- a/packages/qt4/qt_packaging.inc +++ b/packages/qt4/qt_packaging.inc @@ -127,8 +127,8 @@ FILES_${QT_BASE_NAME}-pixeltool = "${bindir}/pixeltool" FILES_${QT_BASE_NAME}-dbus = "${bindir}/qdbus ${bindir}/qdbusxml2cpp ${bindir}/qdbuscpp2xml ${bindir}/qdbusviewer" FILES_${QT_BASE_NAME}-common = "${bindir}/qtconfig" -FILES_${QT_BASE_NAME}-examples = "${bindir}/${QT_BASE_NAME}/examples/*" -FILES_${QT_BASE_NAME}-demos = "${bindir}/qtdemo ${bindir}/${QT_BASE_NAME}/demos/*" +FILES_${QT_BASE_NAME}-examples = "${bindir}/${QT_DIR_NAME}/examples/*" +FILES_${QT_BASE_NAME}-demos = "${bindir}/qtdemo ${bindir}/${QT_DIR_NAME}/demos/*" FILES_${QT_BASE_NAME}-fonts = "${libdir}/fonts" @@ -143,6 +143,9 @@ do_install() { # These are host binaries, we should only use them in staging rm -rf ${D}/${bindir}/qmake + + # XXX, FIXME, TODO: package the demos and examples properly + rm -rf ${D}/${bindir}/${QT_DIR_NAME} rm -rf ${D}/${datadir}/${QT_DIR_NAME}/mkspecs install -d ${D}/${libdir}/fonts -- 2.39.5