diff options
| author | Andreas Müller <schnitzeltony@gmx.de> | 2011-10-18 08:49:20 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-18 11:18:13 +0200 |
| commit | 2062647dae2a38705cd18c1f9aa0c548565d7968 (patch) | |
| tree | 13ea1b0bcc6db67ef9e2805aa2e259b0bfad2014 /meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.0.0.bb | |
| parent | 4a4f0966ca3b1d0740c8ba54c5072c3f046673bb (diff) | |
| download | meta-openembedded-2062647dae2a38705cd18c1f9aa0c548565d7968.tar.gz | |
xfce4-cpufreq-plugin: initial add 1.0.0
* based on Koen's patch [1]
* xfce4-cpufreq-plugin ported to libxfce4ui
[1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-October/035590.html
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.0.0.bb')
| -rw-r--r-- | meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.0.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.0.0.bb b/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.0.0.bb new file mode 100644 index 0000000000..2c9789d624 --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.0.0.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 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 must follow inherited one | ||
| 9 | SRC_URI += "file://port-to-libxfce4ui.patch" | ||
| 10 | SRC_URI[md5sum] = "24cae9b8583cae82b715b4f72aa8e341" | ||
| 11 | SRC_URI[sha256sum] = "e1b39a997487ef67d4f7863c81e2d9c1a700abded840ebdbe009c72214925460" | ||
