From: Rod Whitby Date: Wed, 26 Dec 2007 08:55:48 +0000 (+0000) Subject: git: Add patch to put space before -m argument. Fixes #3551. No PR bump, cause... X-Git-Tag: Release-2010-05/1~8080^2~5^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=096dc11ebebcaebb23c4322f1b84966688905899;p=openembedded.git git: Add patch to put space before -m argument. Fixes #3551. No PR bump, cause no change to compilation or packaged content - if it built for you previously, then you don't need the patch, but it will do no harm. --- diff --git a/packages/git/git.inc b/packages/git/git.inc index 7115d44b35..3a80c5d950 100644 --- a/packages/git/git.inc +++ b/packages/git/git.inc @@ -3,7 +3,9 @@ SECTION = "console/utils" LICENSE = "GPL" SRC_URI = "http://www.kernel.org/pub/software/scm/git/git-${PV}.tar.bz2 \ - file://autotools.patch;patch=1" + file://autotools.patch;patch=1 \ + file://git-gui-install-mode-arg-spaces.patch;patch=1 \ + " S = "${WORKDIR}/git-${PV}" EXTRA_OEMAKE = "NO_TCLTL=1"