[oe-commits] org.oe.dev packages/qt4/qt_packing.inc: Examples/Demos are in ${QT_DIR_NAME}, disable them due QA issues

freyther commit openembedded-commits at lists.openembedded.org
Wed Dec 26 12:19:24 UTC 2007


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.

Author: freyther at openembedded.org
Branch: org.openembedded.dev
Revision: 53b9cb024329e8a8726c51fea24bbd5906eb3016
ViewMTN: http://monotone.openembedded.org/revision/info/53b9cb024329e8a8726c51fea24bbd5906eb3016
Files:
1
packages/qt4/qt_packaging.inc
Diffs:

#
# mt diff -r085f876e81d5133c308b94c0a49c9f70285ffd92 -r53b9cb024329e8a8726c51fea24bbd5906eb3016
#
# 
# 
# patch "packages/qt4/qt_packaging.inc"
#  from [4724721053882c0a600abf701a2210c4d55f880e]
#    to [6c277ec158a91be79bb7e6484f8610fdc85e729c]
# 
============================================================
--- packages/qt4/qt_packaging.inc	4724721053882c0a600abf701a2210c4d55f880e
+++ packages/qt4/qt_packaging.inc	6c277ec158a91be79bb7e6484f8610fdc85e729c
@@ -127,8 +127,8 @@ FILES_${QT_BASE_NAME}-common            
 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






More information about the Openembedded-commits mailing list