diff options
author | Tom Rini <tom_rini@mentor.com> | 2011-03-22 11:54:38 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-23 12:27:00 +0000 |
commit | 67a0c8f48b5ef2ae5fc712c9204e4e99818c8134 (patch) | |
tree | 7d25040fceca56f6ea1ee4875decc5a5ccb20ecd /meta/recipes-devtools/git | |
parent | a0eeed089a5c185ef721b11828d4a27f0c03791c (diff) | |
download | openembedded-core-67a0c8f48b5ef2ae5fc712c9204e4e99818c8134.tar.gz openembedded-core-67a0c8f48b5ef2ae5fc712c9204e4e99818c8134.tar.bz2 openembedded-core-67a0c8f48b5ef2ae5fc712c9204e4e99818c8134.zip |
Various: Update KERNELORG_MIRROR for consistency
In mirrors.bbclass we point into /pub but we don't in bitbake.conf.
All uses of KERNELORG_MIRROR look into /pub anyhow, so lets make
use of that.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'meta/recipes-devtools/git')
-rw-r--r-- | meta/recipes-devtools/git/git.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc index 543d33e845..e1d1c71c48 100644 --- a/meta/recipes-devtools/git/git.inc +++ b/meta/recipes-devtools/git/git.inc @@ -3,7 +3,7 @@ SECTION = "console/utils" LICENSE = "GPLv2" DEPENDS = "perl-native openssl curl zlib expat" -SRC_URI = "${KERNELORG_MIRROR}/pub/software/scm/git/git-${PV}.tar.bz2 \ +SRC_URI = "${KERNELORG_MIRROR}/software/scm/git/git-${PV}.tar.bz2 \ file://autotools.patch;patch=1" S = "${WORKDIR}/git-${PV}" |