cpufrequtils: Replace non-existant kernel.org git source
authorUlf Samuelsson <ulf@emagii.com>
Tue, 13 Dec 2011 22:56:19 +0000 (22:56 +0000)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:17:23 +0000 (08:17 -0800)
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.

(From meta-openembedded rev: ae8e159041d49c09c2b49477eb1d220325a9e5af)

Signed-off-by: Ulf Samuelsson <ulf@emagii.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-support/cpufrequtils/cpufrequtils_008.bb

index d795e54..ea38e15 100644 (file)
@@ -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"