From patchwork Mon Oct 24 19:26:55 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [meta-xfce, V2, 1/3] xfce.bbclass: Move static libraries to ${PN}-staticdev Date: Mon, 24 Oct 2011 19:26:55 -0000 From: =?utf-8?q?Andreas_M=C3=BCller_=3Cschnitzeltony=40gmx=2Ede=3E?= X-Patchwork-Id: 13837 Message-Id: <1319484417-20399-1-git-send-email-schnitzeltony@gmx.de> To: openembedded-devel@lists.openembedded.org * build tested with fresh build dir * run tested on overo: applications / all available plugins Signed-off-by: Andreas Müller --- 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"