diff options
author | Kai Kang <kai.kang@windriver.com> | 2022-12-27 23:42:13 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-12-27 16:03:06 -0800 |
commit | d4f037f75c1203294025b0e5194ea06e72b18087 (patch) | |
tree | e35d8a9290780671bbf0c7ffe047a5dada7ed286 /meta-xfce | |
parent | b19a17405ff6748c79c2c0a5104dda2cf4eeef8d (diff) | |
download | meta-openembedded-d4f037f75c1203294025b0e5194ea06e72b18087.tar.gz |
xfce4-cpufreq-plugin: 1.2.7 -> 1.2.8
Update xfce4-cpufreq-plugin from 1.2.7 to 1.2.8
* correct license with LGPL-2.0-or-later
* inherit perlnative
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.2.8.bb (renamed from meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.2.7.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.2.7.bb b/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.2.8.bb index c98fe4a5c3..8ddf48d6ef 100644 --- a/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.2.7.bb +++ b/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.2.8.bb | |||
@@ -1,8 +1,8 @@ | |||
1 | SUMMARY = "Panel plugin to display frequency of all cpus" | 1 | SUMMARY = "Panel plugin to display frequency of all cpus" |
2 | HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin" | 2 | HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin" |
3 | LICENSE = "GPL-2.0-only" | 3 | LICENSE = "GPL-2.0-or-later" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=1f6f1c0be32491a0c8d2915607a28f36" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=1f6f1c0be32491a0c8d2915607a28f36" |
5 | 5 | ||
6 | inherit xfce-panel-plugin | 6 | inherit xfce-panel-plugin perlnative |
7 | 7 | ||
8 | SRC_URI[sha256sum] = "5ad4fb6150f51917b2a8af65926c6e4e83340827835782a14844c6b88dbcc58c" | 8 | SRC_URI[sha256sum] = "07e458d9f4725e572001fb7eb66b9e931792311146e0f75ad5d87b9ae19573e9" |