git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bc1da9
)
git: Add patch to put space before -m argument. Fixes #3551. No PR bump, cause...
author
Rod Whitby
<rod@whitby.id.au>
Wed, 26 Dec 2007 08:55:48 +0000
(08:55 +0000)
committer
Rod Whitby
<rod@whitby.id.au>
Wed, 26 Dec 2007 08:55:48 +0000
(08:55 +0000)
packages/git/git.inc
patch
|
blob
|
history
diff --git
a/packages/git/git.inc
b/packages/git/git.inc
index
7115d44
..
3a80c5d
100644
(file)
--- 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"