mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
powertop: upgrade from 1.10 to the latest version 1.11
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
e2fa1ec4e9
commit
61d808bf4a
@@ -1,8 +1,14 @@
|
|||||||
DESCRIPTION = "PowerTOP, a tool that helps you find what software is using the most power."
|
DESCRIPTION = "PowerTOP, a tool that helps you find what software is using the most power."
|
||||||
HOMEPAGE = "http://www.linuxpowertop.org/"
|
HOMEPAGE = "http://www.linuxpowertop.org/"
|
||||||
|
BUGTRACKER = "http://bugzilla.lesswatts.org/"
|
||||||
|
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||||
|
|
||||||
DEPENDS = "virtual/libintl ncurses"
|
DEPENDS = "virtual/libintl ncurses"
|
||||||
|
|
||||||
|
PR = "r0"
|
||||||
|
|
||||||
SRC_URI = "http://www.lesswatts.org/projects/powertop/download/powertop-${PV}.tar.gz"
|
SRC_URI = "http://www.lesswatts.org/projects/powertop/download/powertop-${PV}.tar.gz"
|
||||||
|
|
||||||
CFLAGS += "${LDFLAGS}"
|
CFLAGS += "${LDFLAGS}"
|
||||||
Reference in New Issue
Block a user