summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce/xfce4-session
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-session
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-session')
-rw-r--r--meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.16.0.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.16.0.bb b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.16.0.bb
index 4f6bde2a9c..fee634ed44 100644
--- a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.16.0.bb
+++ b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.16.0.bb
@@ -15,11 +15,11 @@ PACKAGECONFIG[polkit] = "--enable-polkit, --disable-polkit, polkit"
15SRC_URI += "file://0001-configure.in-hard-code-path-to-iceauth.patch" 15SRC_URI += "file://0001-configure.in-hard-code-path-to-iceauth.patch"
16SRC_URI[sha256sum] = "22f273f212481d71e0b5618c62710cd85f69aea74f5ea5c0093f7918b07d17b7" 16SRC_URI[sha256sum] = "22f273f212481d71e0b5618c62710cd85f69aea74f5ea5c0093f7918b07d17b7"
17 17
18ALTERNATIVE_${PN} = "x-session-manager" 18ALTERNATIVE:${PN} = "x-session-manager"
19ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/xfce4-session" 19ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/xfce4-session"
20ALTERNATIVE_PRIORITY_${PN} = "150" 20ALTERNATIVE_PRIORITY_${PN} = "150"
21 21
22FILES_${PN} += " \ 22FILES:${PN} += " \
23 ${libdir}/xfce4/*/*/*.so \ 23 ${libdir}/xfce4/*/*/*.so \
24 ${libdir}/xfce4/session/*-*-* \ 24 ${libdir}/xfce4/session/*-*-* \
25 ${datadir}/xsessions \ 25 ${datadir}/xsessions \
@@ -27,7 +27,7 @@ FILES_${PN} += " \
27 ${datadir}/polkit-1 \ 27 ${datadir}/polkit-1 \
28" 28"
29 29
30RDEPENDS_${PN} = " \ 30RDEPENDS:${PN} = " \
31 dbus-x11 \ 31 dbus-x11 \
32 iceauth \ 32 iceauth \
33 netbase \ 33 netbase \