[oe] [PATCH] git: add SRC_URI name

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Sun Feb 21 15:32:32 UTC 2010


Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 recipes/git/git.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/git/git.inc b/recipes/git/git.inc
index 644e159..fd7b708 100644
--- a/recipes/git/git.inc
+++ b/recipes/git/git.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "The git revision control system used by the Linux kernel develope
 SECTION = "console/utils"
 LICENSE = "GPL"
 
-SRC_URI = "http://www.kernel.org/pub/software/scm/git/git-${PV}.tar.bz2"
+SRC_URI = "http://www.kernel.org/pub/software/scm/git/git-${PV}.tar.bz2;name=git"
 
 S = "${WORKDIR}/git-${PV}"
 
-- 
1.6.6





More information about the Openembedded-devel mailing list