[oe-commits] Andrea Adami : Revert "palmtop.bbclass: fix QA of plugins wrt packaging of -dbg files"

git version control git at git.openembedded.org
Sun Nov 29 13:29:37 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 2739ab7621e132854fc6103d982ceb2bed2769a3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2739ab7621e132854fc6103d982ceb2bed2769a3

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Sun Nov 29 13:52:39 2009 +0100

Revert "palmtop.bbclass: fix QA of plugins wrt packaging of -dbg files"

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 |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/classes/palmtop.bbclass b/classes/palmtop.bbclass
index 1420089..b4ee62c 100644
--- a/classes/palmtop.bbclass
+++ b/classes/palmtop.bbclass
@@ -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 "





More information about the Openembedded-commits mailing list