From aaa135b7dc0775c67fcd19eb5d706a52d7659279 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Mon, 24 Oct 2011 19:26:55 +0000 Subject: xfce.bbclass: Move static libraries to ${PN}-staticdev MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * build tested with fresh build dir * run tested on overo: applications / all available plugins Signed-off-by: Andreas Müller Signed-off-by: Koen Kooi --- meta-xfce/classes/xfce.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-xfce/classes/xfce.bbclass b/meta-xfce/classes/xfce.bbclass index 5b12cbaa4a..1a13fdc7be 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" -- cgit v1.2.3-54-g00ecf