blob: 9230239bc411cc09758cb5ba902d435f21e72ade (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "A daemon to manage CPUfreq states"
HOMEPAGE = "http://www.deater.net/john/powernowd.html"
LICENSE = "GPLv2"
SRC_URI = "http://www.deater.net/john/${P}.tar.gz \
file://fix-makefile.patch;patch=1"
do_install() {
install -d ${D}${sbindir}
install -m 755 powernowd ${D}${sbindir}/
}
|