diff options
author | Holger Freyther <zecke@selfish.org> | 2007-12-26 11:07:10 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2007-12-26 11:07:10 +0000 |
commit | 2e8033d5068925bdb7ce79ddba969a2078b1c44d (patch) | |
tree | 72d23d9cd73ec4ee7b7fcc6d15a2591610dcd58e /packages | |
parent | 701c1ca693343ff02d54556e1677ee9cc4d8f4ea (diff) |
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.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/qt4/qt_packaging.inc | 7 |
1 files 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 |