mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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>
This commit is contained in:
committed by
Koen Kooi
parent
ed6e2d90ad
commit
ae8e159041
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user