summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce/xfce4-panel
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-07-29 17:04:53 +0200
committerKhem Raj <raj.khem@gmail.com>2021-08-03 10:21:25 -0700
commitc61dc077bbd81260e4f167fa2251643ba0ba6974 (patch)
tree66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-xfce/recipes-xfce/xfce4-panel
parentc5f7cfb8db54cfa4257797db5bd87828dea43296 (diff)
downloadmeta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz
Convert to new override syntax
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce/xfce4-panel')
-rw-r--r--meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.16.3.bb8
1 files changed, 4 insertions, 4 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 d478e0ffa9..c9e65400d2 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
@@ -14,7 +14,7 @@ SRC_URI += " \
14 file://0002-use-lxdm-to-replace-dm-tool.patch \ 14 file://0002-use-lxdm-to-replace-dm-tool.patch \
15" 15"
16 16
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, '^lib(.*).so$', plugin_name,
@@ -29,12 +29,12 @@ PACKAGES_DYNAMIC += "^${PN}-plugin-.*"
29 29
30PACKAGES =+ "${PN}-gtk3" 30PACKAGES =+ "${PN}-gtk3"
31 31
32FILES_${PN} += "${libdir}/xfce4/panel/migrate \ 32FILES:${PN} += "${libdir}/xfce4/panel/migrate \
33 ${libdir}/xfce4/panel/wrapper-1.0" 33 ${libdir}/xfce4/panel/wrapper-1.0"
34 34
35FILES_${PN}-dev += "${libdir}/xfce4/panel/plugins/*.la" 35FILES:${PN}-dev += "${libdir}/xfce4/panel/plugins/*.la"
36 36
37FILES_${PN}-gtk3 = " \ 37FILES:${PN}-gtk3 = " \
38 ${libdir}/libxfce4panel-2.0${SOLIBS} \ 38 ${libdir}/libxfce4panel-2.0${SOLIBS} \
39 ${libdir}/xfce4/panel/wrapper-2.0 \ 39 ${libdir}/xfce4/panel/wrapper-2.0 \
40" 40"