From patchwork Tue Dec 13 22:56:20 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: cpufrequtils: Replace non-existant kernel.org git source Date: Tue, 13 Dec 2011 22:56:20 -0000 From: ulf@emagii.com X-Patchwork-Id: 16867 Message-Id: <1323816980-21668-2-git-send-email-ulf@emagii.com> To: openembedded-devel@lists.openembedded.org Cc: Ulf Samuelsson From: Ulf Samuelsson 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 --- .../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"