mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
powertop: Add latest stable release
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5371 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -0,0 +1,17 @@
|
|||||||
|
DESCRIPTION = "PowerTOP, a tool that helps you find what software is using the most power."
|
||||||
|
HOMEPAGE = "http://www.linuxpowertop.org/"
|
||||||
|
LICENSE = "GPLv2"
|
||||||
|
DEPENDS = "virtual/libintl ncurses"
|
||||||
|
|
||||||
|
SRC_URI = "http://www.lesswatts.org/projects/powertop/download/powertop-${PV}.tar.gz"
|
||||||
|
|
||||||
|
CFLAGS += "${LDFLAGS}"
|
||||||
|
|
||||||
|
do_configure() {
|
||||||
|
# We do not build ncurses with wide char support
|
||||||
|
sed -i -e "s/lncursesw/lncurses/" ${S}/Makefile
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
oe_runmake install DESTDIR=${D}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user