Revert "palmtop.bbclass: fix QA of plugins wrt packaging of -dbg files"
authorAndrea Adami <andrea.adami@gmail.com>
Sun, 29 Nov 2009 12:52:39 +0000 (13:52 +0100)
committerAndrea Adami <andrea.adami@gmail.com>
Sun, 29 Nov 2009 12:52:39 +0000 (13:52 +0100)
This reverts commit 38361a2cd9b962daccf5af7c85d54245e3711f9e.
Unfortunately the fix need to be done in the specific recipes.
Filtering .so at this stage breaks packaging for other plugins.

classes/palmtop.bbclass

index 1420089..b4ee62c 100644 (file)
@@ -21,10 +21,6 @@ EXTRA_QMAKEVARS_POST += " DEFINES+=OPIE_BINDIR='\"${bindir}\"' DEFINES+=OPIE_LIB
 
 PACKAGES = "${PN}-dbg ${PN}-dev ${PN} ${PN}-doc ${PN}-locale"
 FILES_${PN} += " ${palmtopdir} "
-FILES_${PN}-dev += " ${palmtopdir}/plugins/*/lib*.so \
-                     ${palmtopdir}/plugins/*/*.la \
-                     ${palmtopdir}/plugins/*/*.a \
-                     ${palmtopdir}/plugins/*/*.o "
 FILES_${PN}-dbg += " ${palmtopdir}/lib/.debug \
                      ${palmtopdir}/bin/.debug \
                      ${palmtopdir}/plugins/*/.debug "