aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/cpufrequtils
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf@emagii.com>2011-12-13 22:56:19 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-12-15 09:29:16 +0100
commitae8e159041d49c09c2b49477eb1d220325a9e5af (patch)
treec08c743db1c1a381b58e91074714b72c0b8760d3 /meta-oe/recipes-support/cpufrequtils
parented6e2d90ad1d20bbc74278ef181f39d53e6c236d (diff)
downloadmeta-openembedded-ae8e159041d49c09c2b49477eb1d220325a9e5af.tar.gz
cpufrequtils: Replace non-existant kernel.org git source
git://git.kernel.org/pub/scm/utils/kernel/cpufreq/cpufrequtils.git no longer exists so build fails, unless it is already present in downloads directory. Source has been retrieved from a mirror: (http://mirror.nexcess.net/kernel.org/scm/utils/kernel/cpufreq/cpufrequtils.git) and a new git source has been established on github. kernel.org link kept in a comment to allow the old link to be easily reestablished once it is available. Signed-off-by: Ulf Samuelsson <ulf@emagii.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-support/cpufrequtils')
-rw-r--r--meta-oe/recipes-support/cpufrequtils/cpufrequtils_008.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/cpufrequtils/cpufrequtils_008.bb b/meta-oe/recipes-support/cpufrequtils/cpufrequtils_008.bb
index d795e54d78..ea38e15b1f 100644
--- a/meta-oe/recipes-support/cpufrequtils/cpufrequtils_008.bb
+++ b/meta-oe/recipes-support/cpufrequtils/cpufrequtils_008.bb
@@ -6,11 +6,13 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
SRCREV = "adb7e044755aa06b12212d05c4acbcccb023d2cd"
-SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/cpufreq/cpufrequtils.git \
+# SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/cpufreq/cpufrequtils.git \
+
+SRC_URI = "git://github.com/emagii/cpufrequtils.git \
file://cpufrequtils-nls.patch \
"
-PR = "r1"
+PR = "r2"
S = "${WORKDIR}/git"