summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/powertop/powertop_2.8.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-09-20 16:16:40 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-24 09:40:26 +0000
commitd629fa1fbd85fed7fbab17e836a5b073b41a2cdd (patch)
treeae7888e3e8270156662f78c936004a9808d48c24 /meta/recipes-kernel/powertop/powertop_2.8.bb
parent063dc3856dd747f59ec53086e2447b6c15493069 (diff)
downloadpoky-d629fa1fbd85fed7fbab17e836a5b073b41a2cdd.tar.gz
powertop: Include right headers for timval struct
(From OE-Core rev: ec5cf3ab4160cace676b0d5530476f899c6cf55d) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/powertop/powertop_2.8.bb')
-rw-r--r--meta/recipes-kernel/powertop/powertop_2.8.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-kernel/powertop/powertop_2.8.bb b/meta/recipes-kernel/powertop/powertop_2.8.bb
index a466067562..1f2dfb83dd 100644
--- a/meta/recipes-kernel/powertop/powertop_2.8.bb
+++ b/meta/recipes-kernel/powertop/powertop_2.8.bb
@@ -6,7 +6,9 @@ DEPENDS = "ncurses libnl pciutils"
6LICENSE = "GPLv2" 6LICENSE = "GPLv2"
7LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" 7LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"
8 8
9SRC_URI = "http://01.org/sites/default/files/downloads/powertop/powertop-${PV}.tar.gz" 9SRC_URI = "http://01.org/sites/default/files/downloads/powertop/powertop-${PV}.tar.gz \
10 file://0001-include-rquired-headers-for-typedefs.patch \
11"
10 12
11SRC_URI[md5sum] = "c55fedb69203e480801b18bd7b886241" 13SRC_URI[md5sum] = "c55fedb69203e480801b18bd7b886241"
12SRC_URI[sha256sum] = "a87b563f73106babfa3e74dcf92f252938c061e309ace20a361358bbfa579c5a" 14SRC_URI[sha256sum] = "a87b563f73106babfa3e74dcf92f252938c061e309ace20a361358bbfa579c5a"