diff options
author | Tom Rini <tom_rini@mentor.com> | 2011-03-22 11:49:10 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-23 12:27:00 +0000 |
commit | a0eeed089a5c185ef721b11828d4a27f0c03791c (patch) | |
tree | 38c67476b3aca653608bf28d554461b128431446 /meta/recipes-kernel/kexec | |
parent | bd9e899d1b07813c78f2dc2e5c46a67937839065 (diff) | |
download | openembedded-core-contrib-a0eeed089a5c185ef721b11828d4a27f0c03791c.tar.gz |
Various: Switch to KERNELORG_MIRROR
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'meta/recipes-kernel/kexec')
-rw-r--r-- | meta/recipes-kernel/kexec/kexec-tools.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/kexec/kexec-tools.inc b/meta/recipes-kernel/kexec/kexec-tools.inc index bbe510714e1..742fc2fe7fd 100644 --- a/meta/recipes-kernel/kexec/kexec-tools.inc +++ b/meta/recipes-kernel/kexec/kexec-tools.inc @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ea5bed2f60d357618ca161ad539f7c0a \ file://kexec/kexec.c;beginline=1;endline=20;md5=af10f6ae4a8715965e648aa687ad3e09" DEPENDS = "virtual/kernel zlib" -SRC_URI = "http://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-${PV}.tar.gz" +SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/kexec/kexec-tools-${PV}.tar.gz" inherit autotools |