summaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.16.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.16.3.bb b/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.16.3.bb
index c9e65400d2..3c1864a802 100644
--- a/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.16.3.bb
+++ b/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.16.3.bb
@@ -17,7 +17,7 @@ SRC_URI += " \
17python populate_packages:prepend() { 17python populate_packages:prepend() {
18 plugin_dir = d.expand('${libdir}/xfce4/panel/plugins/') 18 plugin_dir = d.expand('${libdir}/xfce4/panel/plugins/')
19 plugin_name = d.expand('${PN}-plugin-%s') 19 plugin_name = d.expand('${PN}-plugin-%s')
20 do_split_packages(d, plugin_dir, '^lib(.*).so$', plugin_name, 20 do_split_packages(d, plugin_dir, r'^lib(.*)\.so$', plugin_name,
21 '${PN} plugin for %s', extra_depends='', prepend=True, 21 '${PN} plugin for %s', extra_depends='', prepend=True,
22 aux_files_pattern=['${datadir}/xfce4/panel/plugins/%s.desktop', 22 aux_files_pattern=['${datadir}/xfce4/panel/plugins/%s.desktop',
23 '${sysconfdir}/xdg/xfce/panel/%s-*', 23 '${sysconfdir}/xdg/xfce/panel/%s-*',