diff options
author | Andreas Müller <schnitzeltony@gmx.de> | 2011-11-02 11:45:14 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-02 17:25:43 +0100 |
commit | 2d1d33ec115a2b32f334f9f16a9ea796ad442d5d (patch) | |
tree | 18b1a37b662f8dff868da612d2b7efcc8e30e600 /meta-xfce/classes | |
parent | 48640311c129134ca0ca950b0797d267feea1420 (diff) | |
download | meta-openembedded-2d1d33ec115a2b32f334f9f16a9ea796ad442d5d.tar.gz |
xfce-panel-plugin.bbclass: Add further directories to FILES_${PN}
* Some panel-plugins (e.g xfce4-clipman-plugin) use panel/plugins instead of
xfce4/panel-plugins.
* build tested on maiden tmp-dir
* run tested all applications and plugins on overo
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-xfce/classes')
-rw-r--r-- | meta-xfce/classes/xfce-panel-plugin.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-xfce/classes/xfce-panel-plugin.bbclass b/meta-xfce/classes/xfce-panel-plugin.bbclass index 5b89cdce8..b2f06781d 100644 --- a/meta-xfce/classes/xfce-panel-plugin.bbclass +++ b/meta-xfce/classes/xfce-panel-plugin.bbclass | |||
@@ -5,5 +5,7 @@ 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} += "${datadir}/xfce4/panel/plugins/" | ||
8 | FILES_${PN} += "${libdir}/xfce4/panel-plugins/*.so" | 9 | FILES_${PN} += "${libdir}/xfce4/panel-plugins/*.so" |
10 | FILES_${PN} += "${libdir}/xfce4/panel/plugins/*.so" | ||
9 | FILES_${PN}-dbg += "${libexecdir}/xfce4/panel-plugins/.debug" | 11 | FILES_${PN}-dbg += "${libexecdir}/xfce4/panel-plugins/.debug" |