summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-kernel/powertop/powertop_2.12.bb (renamed from meta/recipes-kernel/powertop/powertop_2.10.bb)7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-kernel/powertop/powertop_2.10.bb b/meta/recipes-kernel/powertop/powertop_2.12.bb
index f1b0e92b2b..f085d9b482 100644
--- a/meta/recipes-kernel/powertop/powertop_2.10.bb
+++ b/meta/recipes-kernel/powertop/powertop_2.12.bb
@@ -2,18 +2,18 @@ SUMMARY = "Power usage tool"
2DESCRIPTION = "Linux tool to diagnose issues with power consumption and power management." 2DESCRIPTION = "Linux tool to diagnose issues with power consumption and power management."
3HOMEPAGE = "https://01.org/powertop/" 3HOMEPAGE = "https://01.org/powertop/"
4BUGTRACKER = "https://app.devzing.com/powertopbugs/bugzilla" 4BUGTRACKER = "https://app.devzing.com/powertopbugs/bugzilla"
5DEPENDS = "ncurses libnl pciutils" 5DEPENDS = "ncurses libnl pciutils autoconf-archive"
6LICENSE = "GPLv2" 6LICENSE = "GPLv2"
7LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" 7LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"
8 8
9SRC_URI = "git://github.com/fenrus75/powertop;protocol=https \ 9SRC_URI = "git://github.com/fenrus75/powertop;protocol=https \
10 file://0001-wakeup_xxx.h-include-limits.h.patch \ 10 file://0001-wakeup_xxx.h-include-limits.h.patch \
11" 11"
12SRCREV = "e8765b5475b22b7a2b6e9e8a031c68a268a0b0b3" 12SRCREV = "6988eaaa5bbcfff1dd86f757006c6c48cec965c5"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16inherit autotools gettext pkgconfig 16inherit autotools gettext pkgconfig bash-completion
17 17
18# we do not want libncursesw if we can 18# we do not want libncursesw if we can
19do_configure_prepend() { 19do_configure_prepend() {
@@ -22,6 +22,7 @@ do_configure_prepend() {
22 mkdir -p ${B}/src/tuning/ 22 mkdir -p ${B}/src/tuning/
23 echo "${PV}" > ${S}/version-long 23 echo "${PV}" > ${S}/version-long
24 echo "${PV}" > ${S}/version-short 24 echo "${PV}" > ${S}/version-short
25 cp ${STAGING_DATADIR}/aclocal/ax_require_defined.m4 ${S}/m4/
25} 26}
26 27
27inherit update-alternatives 28inherit update-alternatives