From: Richard Purdie Date: Thu, 12 Jan 2006 16:37:46 +0000 (+0000) Subject: git: remove makefile patch as upstream have fixed the makefile now X-Git-Tag: Release-2010-05/1~9453^2~2681^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c908379637b8d17076746790f85c8401ea0ded59;p=openembedded.git git: remove makefile patch as upstream have fixed the makefile now --- 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 " 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}"