xfce.bbclass: Move static libraries to ${PN}-staticdev

* build tested with fresh build dir
* run tested on overo: applications / all available plugins

Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Andreas Müller 2011-10-24 19:26:55 +00:00 committed by Koen Kooi
parent 040daebc80
commit aaa135b7dc

View File

@ -7,5 +7,6 @@ FILES_${PN} += "${datadir}/icons/* ${datadir}/applications/* ${libdir}/xfce4/mod
FILES_${PN}-doc += "${datadir}/xfce4/doc"
FILES_${PN}-dev += "${libdir}/xfce4/*/*.la"
FILES_${PN}-staticdev += "${libdir}/xfce4/*/*.a"
FILES_${PN}-dbg += "${libdir}/xfce4/*/.debug"