mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 14:02:22 +02:00
powertop: upgrade 2.10 -> 2.12
(From OE-Core rev: f1cb1f5b29ac25b75c0872c91e36bb16b69afc76) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
beeff70291
commit
e4abbaf4fe
@@ -2,18 +2,18 @@ SUMMARY = "Power usage tool"
|
||||
DESCRIPTION = "Linux tool to diagnose issues with power consumption and power management."
|
||||
HOMEPAGE = "https://01.org/powertop/"
|
||||
BUGTRACKER = "https://app.devzing.com/powertopbugs/bugzilla"
|
||||
DEPENDS = "ncurses libnl pciutils"
|
||||
DEPENDS = "ncurses libnl pciutils autoconf-archive"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"
|
||||
|
||||
SRC_URI = "git://github.com/fenrus75/powertop;protocol=https \
|
||||
file://0001-wakeup_xxx.h-include-limits.h.patch \
|
||||
"
|
||||
SRCREV = "e8765b5475b22b7a2b6e9e8a031c68a268a0b0b3"
|
||||
SRCREV = "6988eaaa5bbcfff1dd86f757006c6c48cec965c5"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools gettext pkgconfig
|
||||
inherit autotools gettext pkgconfig bash-completion
|
||||
|
||||
# we do not want libncursesw if we can
|
||||
do_configure_prepend() {
|
||||
@@ -22,6 +22,7 @@ do_configure_prepend() {
|
||||
mkdir -p ${B}/src/tuning/
|
||||
echo "${PV}" > ${S}/version-long
|
||||
echo "${PV}" > ${S}/version-short
|
||||
cp ${STAGING_DATADIR}/aclocal/ax_require_defined.m4 ${S}/m4/
|
||||
}
|
||||
|
||||
inherit update-alternatives
|
||||
Reference in New Issue
Block a user