mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
2062647dae
* 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>
12 lines
484 B
BlitzBasic
12 lines
484 B
BlitzBasic
DESCRIPTION = "Panel plugin to display frequency of all cpus"
|
|
HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=1f6f1c0be32491a0c8d2915607a28f36"
|
|
|
|
inherit xfce-panel-plugin
|
|
|
|
# SRC_URI must follow inherited one
|
|
SRC_URI += "file://port-to-libxfce4ui.patch"
|
|
SRC_URI[md5sum] = "24cae9b8583cae82b715b4f72aa8e341"
|
|
SRC_URI[sha256sum] = "e1b39a997487ef67d4f7863c81e2d9c1a700abded840ebdbe009c72214925460"
|