[oe] [meta-xfce 1/3] xfce.bbclass: Move static libraries to ${PN}-staticdev

Andreas Müller schnitzeltony at gmx.de
Mon Oct 24 18:14:19 UTC 2011


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

Signed-off-by: Andreas Müller <schnitzeltony at gmx.de>
---
 meta-xfce/classes/xfce.bbclass |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta-xfce/classes/xfce.bbclass b/meta-xfce/classes/xfce.bbclass
index 5b12cba..1a13fdc 100644
--- a/meta-xfce/classes/xfce.bbclass
+++ b/meta-xfce/classes/xfce.bbclass
@@ -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"
 
-- 
1.7.4.4





More information about the Openembedded-devel mailing list