From patchwork Mon Oct 24 19:26:56 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [meta-xfce, V2, 2/3] xfce-panel-plugin.bbclass: pack modules also from ${libdir}/xfce4/panel-plugins Date: Mon, 24 Oct 2011 19:26:56 -0000 From: =?utf-8?q?Andreas_M=C3=BCller_=3Cschnitzeltony=40gmx=2Ede=3E?= X-Patchwork-Id: 13835 Message-Id: <1319484417-20399-2-git-send-email-schnitzeltony@gmx.de> To: openembedded-devel@lists.openembedded.org * some panel-plugins (e.g xfce4-datetime-plugin) install their modules to ${libdir}/xfce4/panel-plugins * build tested with fresh build dir * run tested on overo: applications / all available plugins Signed-off-by: Andreas Müller --- meta-xfce/classes/xfce-panel-plugin.bbclass | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta-xfce/classes/xfce-panel-plugin.bbclass b/meta-xfce/classes/xfce-panel-plugin.bbclass index 51e40c9..5b89cdc 100644 --- a/meta-xfce/classes/xfce-panel-plugin.bbclass +++ b/meta-xfce/classes/xfce-panel-plugin.bbclass @@ -5,4 +5,5 @@ DEPENDS += "libxfce4ui libxfce4util xfce4-panel" SRC_URI = "http://archive.xfce.org/src/panel-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2" FILES_${PN} += "${datadir}/xfce4/panel-plugins/" +FILES_${PN} += "${libdir}/xfce4/panel-plugins/*.so" FILES_${PN}-dbg += "${libexecdir}/xfce4/panel-plugins/.debug"