[meta-xfce,V2,2/3] xfce-panel-plugin.bbclass: pack modules also from ${libdir}/xfce4/panel-plugins
Submitted by Andreas Müller on Oct. 24, 2011, 7:26 p.m.
|
Patch ID: 13835
Details
Commit Message
@@ -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"
* 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 <schnitzeltony@gmx.de> --- meta-xfce/classes/xfce-panel-plugin.bbclass | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)