diff options
author | Kai Kang <kai.kang@windriver.com> | 2022-12-27 23:42:16 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-12-27 16:03:06 -0800 |
commit | 96dc7e791399ed8714fb312514f18eedaa32334b (patch) | |
tree | 6e253f8c468971d999177cdce0bddf10b233e3c0 /meta-xfce/recipes-panel-plugins/sensors | |
parent | 274883d9838a10965923e81c8007b09c614d85ed (diff) | |
download | meta-openembedded-96dc7e791399ed8714fb312514f18eedaa32334b.tar.gz |
xfce4-sensors-plugin: 1.4.3 -> 1.4.4
Update xfce4-sensors-plugin from 1.4.3 to 1.4.4
* update license with GPL-2.0-or-later
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-panel-plugins/sensors')
-rw-r--r-- | meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.4.4.bb (renamed from meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.4.3.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.4.3.bb b/meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.4.4.bb index 13933b6cd..69996d2a3 100644 --- a/meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.4.3.bb +++ b/meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.4.4.bb | |||
@@ -1,12 +1,12 @@ | |||
1 | SUMMARY = "Sensors plugin for the Xfce Panel" | 1 | SUMMARY = "Sensors plugin for the Xfce Panel" |
2 | HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin" | 2 | HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin" |
3 | LICENSE = "GPL-2.0-only" | 3 | LICENSE = "GPL-2.0-or-later" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b94789bed9aec03b9656a9cc5398c706" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
5 | 5 | ||
6 | inherit xfce-panel-plugin | 6 | inherit xfce-panel-plugin |
7 | 7 | ||
8 | SRC_URI[sha256sum] = "171c0235f70c65f0ffee587e960d9da79b284855df22130239eac26272ec06c9" | ||
9 | SRC_URI += "file://0001-Do-not-check-for-sys-class-power_supply-we-are-cross.patch" | 8 | SRC_URI += "file://0001-Do-not-check-for-sys-class-power_supply-we-are-cross.patch" |
9 | SRC_URI[sha256sum] = "6c1605a738e5df40e084d08ac93f962cd445093396de1e9bfadc7ab4588c36b6" | ||
10 | 10 | ||
11 | EXTRA_OECONF = " \ | 11 | EXTRA_OECONF = " \ |
12 | --disable-procacpi \ | 12 | --disable-procacpi \ |