aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cpufreqd/cpufrequtils_006.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-02-23 11:25:09 +0100
committerKoen Kooi <koen@openembedded.org>2010-02-23 12:44:12 +0100
commitb0c8e5a6f90bbe6641ff72b8ed7c2b49a1976f75 (patch)
tree3236ca34f635fadba7c6e0ff977e27f308296dc7 /recipes/cpufreqd/cpufrequtils_006.bb
parent2f0e768e7ed446253b4603b8abfb97361c519767 (diff)
downloadopenembedded-b0c8e5a6f90bbe6641ff72b8ed7c2b49a1976f75.tar.gz
cpufrequtils 006: add patch from upstream to fix /proc/stat reading
* This brings 006 up to 007 functionally, without all the buildsystem changes in between
Diffstat (limited to 'recipes/cpufreqd/cpufrequtils_006.bb')
-rw-r--r--recipes/cpufreqd/cpufrequtils_006.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes/cpufreqd/cpufrequtils_006.bb b/recipes/cpufreqd/cpufrequtils_006.bb
index 98556a63bc..2b4e959898 100644
--- a/recipes/cpufreqd/cpufrequtils_006.bb
+++ b/recipes/cpufreqd/cpufrequtils_006.bb
@@ -1,7 +1,11 @@
LICENSE = "GPLv2"
DESCRIPTION = "To make access to the Linux kernel cpufreq subsystem easier for users and cpufreq userspace tools, a cpufrequtils package was created"
-SRC_URI = "http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils-${PV}.tar.bz2"
+PR = "r1"
+
+SRC_URI = "http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils-${PV}.tar.bz2 \
+ file://fix-proc-stat-reading.patch;patch=1 \
+"
export CROSS = "${TARGET_PREFIX}"
export LIBTOOL = "${TARGET_PREFIX}libtool --tag cc"