diff options
Diffstat (limited to 'meta-xfce/recipes-xfce')
| -rw-r--r-- | meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.10.0.bb | 4 | ||||
| -rw-r--r-- | meta-xfce/recipes-xfce/xfwm4/xfwm4_4.10.0.bb | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.10.0.bb b/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.10.0.bb index bb914ba8d7..f7d7c46874 100644 --- a/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.10.0.bb +++ b/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.10.0.bb | |||
| @@ -10,8 +10,8 @@ SRC_URI[md5sum] = "cf7351a4b952dbe3fc5ff509c68def33" | |||
| 10 | SRC_URI[sha256sum] = "3321f998af2bbd14ba68654a8881774f6ea2ec4f1a3544598e7f47d3ed0009b9" | 10 | SRC_URI[sha256sum] = "3321f998af2bbd14ba68654a8881774f6ea2ec4f1a3544598e7f47d3ed0009b9" |
| 11 | 11 | ||
| 12 | python populate_packages_prepend() { | 12 | python populate_packages_prepend() { |
| 13 | plugin_dir = bb.data.expand('${libdir}/xfce4/panel/plugins/', d) | 13 | plugin_dir = d.expand('${libdir}/xfce4/panel/plugins/') |
| 14 | plugin_name = bb.data.expand('${PN}-plugin-%s', d) | 14 | plugin_name = d.expand('${PN}-plugin-%s') |
| 15 | do_split_packages(d, plugin_dir, '^lib(.*).so$', plugin_name, | 15 | do_split_packages(d, plugin_dir, '^lib(.*).so$', plugin_name, |
| 16 | '${PN} plugin for %s', extra_depends='', prepend=True, | 16 | '${PN} plugin for %s', extra_depends='', prepend=True, |
| 17 | aux_files_pattern=['${datadir}/xfce4/panel/plugins/%s.desktop', | 17 | aux_files_pattern=['${datadir}/xfce4/panel/plugins/%s.desktop', |
diff --git a/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.10.0.bb b/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.10.0.bb index f17d4e5052..4f686a5817 100644 --- a/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.10.0.bb +++ b/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.10.0.bb | |||
| @@ -10,7 +10,7 @@ SRC_URI[md5sum] = "333e5e25a85411c304e9b4474bf00537" | |||
| 10 | SRC_URI[sha256sum] = "492357bf48121ebffabf2bf0d3b84213d19bf81087321175d687c8a68efe1f9c" | 10 | SRC_URI[sha256sum] = "492357bf48121ebffabf2bf0d3b84213d19bf81087321175d687c8a68efe1f9c" |
| 11 | 11 | ||
| 12 | python populate_packages_prepend () { | 12 | python populate_packages_prepend () { |
| 13 | themedir = bb.data.expand('${datadir}/themes', d) | 13 | themedir = d.expand('${datadir}/themes') |
| 14 | do_split_packages(d, themedir, '^(.*)', 'xfwm4-theme-%s', 'XFWM4 theme %s', allow_dirs=True) | 14 | do_split_packages(d, themedir, '^(.*)', 'xfwm4-theme-%s', 'XFWM4 theme %s', allow_dirs=True) |
| 15 | } | 15 | } |
| 16 | 16 | ||
