summaryrefslogtreecommitdiffstats
path: root/recipes/git/git.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/git/git.inc')
-rw-r--r--recipes/git/git.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/git/git.inc b/recipes/git/git.inc
index fb88fd4135..644e15931f 100644
--- a/recipes/git/git.inc
+++ b/recipes/git/git.inc
@@ -2,9 +2,8 @@ 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 \
- file://autotools.patch;patch=1 \
- "
+SRC_URI = "http://www.kernel.org/pub/software/scm/git/git-${PV}.tar.bz2"
+
S = "${WORKDIR}/git-${PV}"
inherit autotools