diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2013-09-21 10:41:34 +0000 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-10-05 12:36:06 +0200 |
| commit | bbedab064fbb5590ae6740b1ed27269dbeb80e32 (patch) | |
| tree | d8e67e8fe9952e22a51041268f7eaed1193a7b52 /meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.0.bb | |
| parent | 473f5b33968dd9f2c54bd088d8118febcfcae866 (diff) | |
| download | meta-openembedded-bbedab064fbb5590ae6740b1ed27269dbeb80e32.tar.gz | |
xfce4-cpufreq-plugin: update to 1.1.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.0.bb')
| -rw-r--r-- | meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.0.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.0.bb b/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.0.bb new file mode 100644 index 0000000000..07b1a9a0e4 --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.0.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | DESCRIPTION = "Panel plugin to display frequency of all cpus" | ||
| 2 | HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin" | ||
| 3 | LICENSE = "GPLv2" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=1f6f1c0be32491a0c8d2915607a28f36" | ||
| 5 | |||
| 6 | inherit xfce-panel-plugin | ||
| 7 | |||
| 8 | SRC_URI[md5sum] = "dcc56af0e19266956c297d124ba551f4" | ||
| 9 | SRC_URI[sha256sum] = "eafa261bf984231ed8487c08decea6d916339d82b52f4bbe748e5c6a95c7f6b6" | ||
| 10 | |||
| 11 | # defaults in xfce4-panel-plugin.bbclass don't match so override here | ||
| 12 | FILES_${PN} = "${datadir}/icons ${datadir}/xfce4 ${libdir}/xfce4/panel/plugins/*.so*" | ||
| 13 | |||
| 14 | # *.so are required for plugin detection | ||
| 15 | INSANE_SKIP_${PN} = "dev-so" | ||
