diff options
author | Tom Rini <tom_rini@mentor.com> | 2011-03-22 11:45:07 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-23 12:27:00 +0000 |
commit | bd9e899d1b07813c78f2dc2e5c46a67937839065 (patch) | |
tree | c0490e1e0881f266bcf561d08905db3769778cff /meta/recipes-extended/which | |
parent | 0499bacc30274f2300fb956362bda8a53fdc625e (diff) | |
download | openembedded-core-bd9e899d1b07813c78f2dc2e5c46a67937839065.tar.gz openembedded-core-bd9e899d1b07813c78f2dc2e5c46a67937839065.tar.bz2 openembedded-core-bd9e899d1b07813c78f2dc2e5c46a67937839065.tar.xz openembedded-core-bd9e899d1b07813c78f2dc2e5c46a67937839065.zip |
Various: Switch to using GNU_MIRROR
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'meta/recipes-extended/which')
-rw-r--r-- | meta/recipes-extended/which/which_2.20.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/which/which_2.20.bb b/meta/recipes-extended/which/which_2.20.bb index f8c9bf421..07a5d3104 100644 --- a/meta/recipes-extended/which/which_2.20.bb +++ b/meta/recipes-extended/which/which_2.20.bb @@ -10,7 +10,7 @@ inherit autotools update-alternatives PR = "r1" -SRC_URI = "http://ftp.gnu.org/gnu/which/which-${PV}.tar.gz \ +SRC_URI = "${GNU_MIRROR}/which/which-${PV}.tar.gz \ file://remove-declaration.patch" SRC_URI[md5sum] = "95be0501a466e515422cde4af46b2744" |