summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhang Peng <peng.zhang1.cn@windriver.com>2026-03-19 17:55:46 +0800
committerKhem Raj <raj.khem@gmail.com>2026-03-19 22:27:10 -0700
commit5c420fd2ecc717f0ad1cf6cfce5e88185b2508d0 (patch)
treebc8c1b15510fc1362b599585a4959290696511c1
parent5bec1a5de1c704aecf67b789454e9d84200e5da7 (diff)
downloadmeta-openembedded-5c420fd2ecc717f0ad1cf6cfce5e88185b2508d0.tar.gz
xfce4-sensors-plugin: upgrade 1.4.5 -> 1.5.0
1.5.0 ====== Meson has been added as a build system in this release, and the associated archive has been generated by 'meson dist'. Although autotools has been retained for the time being and can still be used via 'autogen.sh', meson is now the preferred build system, and autotools will be removed in a future release. - Update README after switchover to meson - build: Automate copyright year management - Add meson build - autotools-build: xfce4-sensors.1.in -> xfce4-sensors.1 - autotools-build: Remove spec files - autotools-build: Make libxfce4sensors internal - autotools-build: Don't build libxfce4_pp - Fix libxfce4panel include - Translation Updates: Albanian, Greek, Portuguese (Brazil) https://gitlab.xfce.org/panel-plugins/xfce4-sensors-plugin/-/tags/xfce4-sensors-plugin-1.5.0 Signed-off-by: Zhang Peng <peng.zhang1.cn@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.5.0.bb (renamed from meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.4.5.bb)4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.4.5.bb b/meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.5.0.bb
index d283684aa2..1d9f7c205a 100644
--- a/meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.4.5.bb
+++ b/meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.5.0.bb
@@ -3,10 +3,12 @@ HOMEPAGE = "https://docs.xfce.org/panel-plugins/xfce4-sensors-plugin/start"
3LICENSE = "GPL-2.0-or-later" 3LICENSE = "GPL-2.0-or-later"
4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
5 5
6XFCE_COMPRESS_TYPE = "xz"
7
6inherit xfce-panel-plugin 8inherit xfce-panel-plugin
7 9
8SRC_URI += "file://0001-Do-not-check-for-sys-class-power_supply-we-are-cross.patch" 10SRC_URI += "file://0001-Do-not-check-for-sys-class-power_supply-we-are-cross.patch"
9SRC_URI[sha256sum] = "f69fdf79b7f76d2a81724828124a6fce76803a9122a4c82de8f3dfa3efbb179a" 11SRC_URI[sha256sum] = "840442b87fdddcd8595bd9f83ea8b81f771fe296bb9d2abf0e1979e208727ae9"
10 12
11EXTRA_OECONF = " \ 13EXTRA_OECONF = " \
12 --disable-procacpi \ 14 --disable-procacpi \