[oe] [meta-oe] cpufrequtils: Replace non-existant kernel.org git source

ulf at emagii.com ulf at emagii.com
Tue Dec 13 22:56:19 UTC 2011


From: Ulf Samuelsson <ulf at emagii.com>

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 at emagii.com>
---
 .../cpufrequtils/cpufrequtils_008.bb               |    6 ++++--
 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 d795e54..ea38e15 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"
 
-- 
1.7.4.1





More information about the Openembedded-devel mailing list