[oe-commits] org.oe.dev 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.

rwhitby commit openembedded-commits at lists.openembedded.org
Wed Dec 26 09:34:30 UTC 2007


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.

Author: rwhitby at nslu2-linux.org
Branch: org.openembedded.dev
Revision: a42936f86bfc2fe328a115dd331286fc71e8156a
ViewMTN: http://monotone.openembedded.org/revision/info/a42936f86bfc2fe328a115dd331286fc71e8156a
Files:
1
packages/git/git.inc
Diffs:

#
# mt diff -rc05cfe12c0630a70a42fcc124768d299a8de7cdd -ra42936f86bfc2fe328a115dd331286fc71e8156a
#
# 
# 
# patch "packages/git/git.inc"
#  from [ce7e34b4dd8490461c6e668e1fc0f228df6a0f62]
#    to [3453fcb16ca1b5323af9d9ede90cd878559c2ddb]
# 
============================================================
--- packages/git/git.inc	ce7e34b4dd8490461c6e668e1fc0f228df6a0f62
+++ packages/git/git.inc	3453fcb16ca1b5323af9d9ede90cd878559c2ddb
@@ -1,9 +1,11 @@ SRC_URI = "http://www.kernel.org/pub/sof
 DESCRIPTION = "The git revision control system used by the Linux kernel developers"
 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"






More information about the Openembedded-commits mailing list