diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-01-12 16:37:46 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-12 16:37:46 +0000 |
commit | c908379637b8d17076746790f85c8401ea0ded59 (patch) | |
tree | fcf99a5c371272244d4f6761237f584e94a887ed | |
parent | 685ac6bcfbdbe1890c47eefdcb96b7903e013595 (diff) |
git: remove makefile patch as upstream have fixed the makefile now
-rw-r--r-- | packages/git/git.bb | 3 |
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}" |