diff options
author | Andreas Müller <schnitzeltony@gmx.de> | 2011-10-24 19:26:56 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-25 07:02:06 +0200 |
commit | b795bbb81cc536286ae97d2f11e73e349d1a38b3 (patch) | |
tree | 03345c3ac8fbd1e789657a08394e35a7835f2774 | |
parent | aaa135b7dc0775c67fcd19eb5d706a52d7659279 (diff) | |
download | meta-openembedded-b795bbb81cc536286ae97d2f11e73e349d1a38b3.tar.gz |
xfce-panel-plugin.bbclass: pack modules also from ${libdir}/xfce4/panel-plugins
* 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>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r-- | 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 51e40c9e3..5b89cdce8 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" | |||
5 | SRC_URI = "http://archive.xfce.org/src/panel-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2" | 5 | SRC_URI = "http://archive.xfce.org/src/panel-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2" |
6 | 6 | ||
7 | FILES_${PN} += "${datadir}/xfce4/panel-plugins/" | 7 | FILES_${PN} += "${datadir}/xfce4/panel-plugins/" |
8 | FILES_${PN} += "${libdir}/xfce4/panel-plugins/*.so" | ||
8 | FILES_${PN}-dbg += "${libexecdir}/xfce4/panel-plugins/.debug" | 9 | FILES_${PN}-dbg += "${libexecdir}/xfce4/panel-plugins/.debug" |