xfce-panel-plugin.bbclass: pack modules also from ${libdir}/xfce4/panel-plugins
authorAndreas Müller <schnitzeltony@gmx.de>
Mon, 24 Oct 2011 19:26:56 +0000 (19:26 +0000)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:16:08 +0000 (08:16 -0800)
* 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

(From meta-openembedded rev: b795bbb81cc536286ae97d2f11e73e349d1a38b3)

Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-xfce/classes/xfce-panel-plugin.bbclass

index 51e40c9..5b89cdc 100644 (file)
@@ -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"