aboutsummaryrefslogtreecommitdiffstats
path: root/packages/git
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-01-12 16:37:46 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-12 16:37:46 +0000
commitc908379637b8d17076746790f85c8401ea0ded59 (patch)
treefcf99a5c371272244d4f6761237f584e94a887ed /packages/git
parent685ac6bcfbdbe1890c47eefdcb96b7903e013595 (diff)
downloadopenembedded-c908379637b8d17076746790f85c8401ea0ded59.tar.gz
git: remove makefile patch as upstream have fixed the makefile now
Diffstat (limited to 'packages/git')
-rw-r--r--packages/git/git.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/git/git.bb b/packages/git/git.bb
index 3a1228d621..0bd00f8c93 100644
--- a/packages/git/git.bb
+++ b/packages/git/git.bb
@@ -6,8 +6,7 @@ MAINTAINER = "Richard Purdie <rpurdie@rpsys.net>"
PKGDATE = "${@time.strftime('%Y-%m-%d',time.gmtime())}"
-SRC_URI = "http://www.codemonkey.org.uk/projects/git-snapshots/git/git-${PKGDATE}.tar.gz \
- file://Makefile.patch;patch=1"
+SRC_URI = "http://www.codemonkey.org.uk/projects/git-snapshots/git/git-${PKGDATE}.tar.gz"
S = "${WORKDIR}/git-snapshot-${DATE}"