diff options
author | Andreas Müller <schnitzeltony@gmx.de> | 2011-10-24 19:26:55 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-25 07:02:05 +0200 |
commit | aaa135b7dc0775c67fcd19eb5d706a52d7659279 (patch) | |
tree | 46f0a37e62f890928da28d878fa8268bc7c03698 /meta-xfce/classes | |
parent | 040daebc80af5bdcad3636604ac55fc6a9ac1e5d (diff) | |
download | meta-openembedded-aaa135b7dc0775c67fcd19eb5d706a52d7659279.tar.gz |
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>
Diffstat (limited to 'meta-xfce/classes')
-rw-r--r-- | 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 5b12cbaa4..1a13fdc7b 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 | |||
7 | FILES_${PN}-doc += "${datadir}/xfce4/doc" | 7 | FILES_${PN}-doc += "${datadir}/xfce4/doc" |
8 | 8 | ||
9 | FILES_${PN}-dev += "${libdir}/xfce4/*/*.la" | 9 | FILES_${PN}-dev += "${libdir}/xfce4/*/*.la" |
10 | FILES_${PN}-staticdev += "${libdir}/xfce4/*/*.a" | ||
10 | FILES_${PN}-dbg += "${libdir}/xfce4/*/.debug" | 11 | FILES_${PN}-dbg += "${libdir}/xfce4/*/.debug" |
11 | 12 | ||