[oe-commits] Andreas Müller : xfce.bbclass: Move static libraries to ${PN}-staticdev

git at git.openembedded.org git at git.openembedded.org
Tue Oct 25 05:07:29 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: aaa135b7dc0775c67fcd19eb5d706a52d7659279
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=aaa135b7dc0775c67fcd19eb5d706a52d7659279

Author: Andreas Müller <schnitzeltony at gmx.de>
Date:   Mon Oct 24 19:26:55 2011 +0000

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 at gmx.de>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 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"
 





More information about the Openembedded-commits mailing list