All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] git: add SRC_URI name
@ 2010-02-21 15:32 Bernhard Reutner-Fischer
  2010-02-22 16:24 ` Denys Dmytriyenko
  0 siblings, 1 reply; 12+ messages in thread
From: Bernhard Reutner-Fischer @ 2010-02-21 15:32 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@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




^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2010-03-22 11:11 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-21 15:32 [PATCH] git: add SRC_URI name Bernhard Reutner-Fischer
2010-02-22 16:24 ` Denys Dmytriyenko
2010-02-22 16:55   ` Phil Blundell
2010-02-22 17:06     ` Chris Larson
2010-02-22 18:17       ` Martin Jansa
2010-02-22 19:41         ` Bernhard Reutner-Fischer
2010-02-22 21:43           ` Bernhard Reutner-Fischer
2010-02-22 22:06             ` Denys Dmytriyenko
2010-02-22 22:45               ` Bernhard Reutner-Fischer
2010-02-24 17:18                 ` Bernhard Reutner-Fischer
2010-03-05 20:53                   ` Bernhard Reutner-Fischer
2010-03-22 11:07                     ` Roman Khimov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.