diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
| commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
| tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-xfce/recipes-xfce/xfce4-session | |
| parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
| download | meta-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.bb | 6 |
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" | |||
| 15 | SRC_URI += "file://0001-configure.in-hard-code-path-to-iceauth.patch" | 15 | SRC_URI += "file://0001-configure.in-hard-code-path-to-iceauth.patch" |
| 16 | SRC_URI[sha256sum] = "22f273f212481d71e0b5618c62710cd85f69aea74f5ea5c0093f7918b07d17b7" | 16 | SRC_URI[sha256sum] = "22f273f212481d71e0b5618c62710cd85f69aea74f5ea5c0093f7918b07d17b7" |
| 17 | 17 | ||
| 18 | ALTERNATIVE_${PN} = "x-session-manager" | 18 | ALTERNATIVE:${PN} = "x-session-manager" |
| 19 | ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/xfce4-session" | 19 | ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/xfce4-session" |
| 20 | ALTERNATIVE_PRIORITY_${PN} = "150" | 20 | ALTERNATIVE_PRIORITY_${PN} = "150" |
| 21 | 21 | ||
| 22 | FILES_${PN} += " \ | 22 | FILES:${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 | ||
| 30 | RDEPENDS_${PN} = " \ | 30 | RDEPENDS:${PN} = " \ |
| 31 | dbus-x11 \ | 31 | dbus-x11 \ |
| 32 | iceauth \ | 32 | iceauth \ |
| 33 | netbase \ | 33 | netbase \ |
