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/classes | |
| 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/classes')
| -rw-r--r-- | meta-xfce/classes/thunar-plugin.bbclass | 4 | ||||
| -rw-r--r-- | meta-xfce/classes/xfce-git.bbclass | 2 | ||||
| -rw-r--r-- | meta-xfce/classes/xfce-panel-plugin.bbclass | 10 | ||||
| -rw-r--r-- | meta-xfce/classes/xfce.bbclass | 4 |
4 files changed, 10 insertions, 10 deletions
diff --git a/meta-xfce/classes/thunar-plugin.bbclass b/meta-xfce/classes/thunar-plugin.bbclass index 854d96b3af..423f337bef 100644 --- a/meta-xfce/classes/thunar-plugin.bbclass +++ b/meta-xfce/classes/thunar-plugin.bbclass | |||
| @@ -6,6 +6,6 @@ DEPENDS += "thunar" | |||
| 6 | 6 | ||
| 7 | SRC_URI = "http://archive.xfce.org/src/thunar-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2" | 7 | SRC_URI = "http://archive.xfce.org/src/thunar-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2" |
| 8 | 8 | ||
| 9 | FILES_${PN} += "${libdir}/thunarx-3/*.so" | 9 | FILES:${PN} += "${libdir}/thunarx-3/*.so" |
| 10 | 10 | ||
| 11 | FILES_${PN}-dev += "${libdir}/thunarx-3/*.la" | 11 | FILES:${PN}-dev += "${libdir}/thunarx-3/*.la" |
diff --git a/meta-xfce/classes/xfce-git.bbclass b/meta-xfce/classes/xfce-git.bbclass index 3fc18d275d..d301dcb119 100644 --- a/meta-xfce/classes/xfce-git.bbclass +++ b/meta-xfce/classes/xfce-git.bbclass | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | do_configure_prepend() { | 1 | do_configure:prepend() { |
| 2 | cd ${S} | 2 | cd ${S} |
| 3 | NOCONFIGURE=yes ./autogen.sh | 3 | NOCONFIGURE=yes ./autogen.sh |
| 4 | cd ${B} | 4 | cd ${B} |
diff --git a/meta-xfce/classes/xfce-panel-plugin.bbclass b/meta-xfce/classes/xfce-panel-plugin.bbclass index 594d40d0d7..b43f9e3125 100644 --- a/meta-xfce/classes/xfce-panel-plugin.bbclass +++ b/meta-xfce/classes/xfce-panel-plugin.bbclass | |||
| @@ -6,9 +6,9 @@ DEPENDS += "libxfce4ui libxfce4util xfce4-panel" | |||
| 6 | 6 | ||
| 7 | SRC_URI = "http://archive.xfce.org/src/panel-plugins/${BPN}/${@xfce_verdir("${PV}")}/${BPN}-${PV}.tar.bz2" | 7 | SRC_URI = "http://archive.xfce.org/src/panel-plugins/${BPN}/${@xfce_verdir("${PV}")}/${BPN}-${PV}.tar.bz2" |
| 8 | 8 | ||
| 9 | FILES_${PN} += "${datadir}/xfce4/panel-plugins/" | 9 | FILES:${PN} += "${datadir}/xfce4/panel-plugins/" |
| 10 | FILES_${PN} += "${datadir}/xfce4/panel/plugins/" | 10 | FILES:${PN} += "${datadir}/xfce4/panel/plugins/" |
| 11 | FILES_${PN} += "${libdir}/xfce4/panel-plugins/*.so" | 11 | FILES:${PN} += "${libdir}/xfce4/panel-plugins/*.so" |
| 12 | FILES_${PN} += "${libdir}/xfce4/panel/plugins/*.so" | 12 | FILES:${PN} += "${libdir}/xfce4/panel/plugins/*.so" |
| 13 | 13 | ||
| 14 | FILES_${PN}-dev += "${libdir}/xfce4/panel/plugins/*.la" | 14 | FILES:${PN}-dev += "${libdir}/xfce4/panel/plugins/*.la" |
diff --git a/meta-xfce/classes/xfce.bbclass b/meta-xfce/classes/xfce.bbclass index 7abe46f712..7cd806701c 100644 --- a/meta-xfce/classes/xfce.bbclass +++ b/meta-xfce/classes/xfce.bbclass | |||
| @@ -10,5 +10,5 @@ inherit autotools gettext gtk-icon-cache pkgconfig | |||
| 10 | 10 | ||
| 11 | DEPENDS += "intltool-native" | 11 | DEPENDS += "intltool-native" |
| 12 | 12 | ||
| 13 | FILES_${PN} += "${datadir}/icons/* ${datadir}/applications/* ${libdir}/xfce4/modules/*.so*" | 13 | FILES:${PN} += "${datadir}/icons/* ${datadir}/applications/* ${libdir}/xfce4/modules/*.so*" |
| 14 | FILES_${PN}-doc += "${datadir}/xfce4/doc" | 14 | FILES:${PN}-doc += "${datadir}/xfce4/doc" |
