aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/git/git-native_1.5.2.3.bb3
-rw-r--r--packages/git/git-native_1.5.3.bb3
-rw-r--r--packages/git/git.inc1
-rw-r--r--packages/git/git_1.5.3.bb4
4 files changed, 8 insertions, 3 deletions
diff --git a/packages/git/git-native_1.5.2.3.bb b/packages/git/git-native_1.5.2.3.bb
index 7ddfee0d08..34fa87eeb0 100644
--- a/packages/git/git-native_1.5.2.3.bb
+++ b/packages/git/git-native_1.5.2.3.bb
@@ -1,6 +1,7 @@
-
inherit native
require git_${PV}.bb
+SRC_URI += "file://git-gui-install-mode-arg-spaces.patch;patch=1"
+
DEPENDS = "openssl-native curl-native zlib-native expat-native"
RDEPENDS = ""
diff --git a/packages/git/git-native_1.5.3.bb b/packages/git/git-native_1.5.3.bb
index 1ef8eafc19..6b9dacbd3d 100644
--- a/packages/git/git-native_1.5.3.bb
+++ b/packages/git/git-native_1.5.3.bb
@@ -1,4 +1,7 @@
require git.inc
+
+SRC_URI += "file://git-gui-install-mode-arg-spaces.patch;patch=1"
+
inherit native
DEPENDS = "openssl-native curl-native zlib-native expat-native"
PR = "r2"
diff --git a/packages/git/git.inc b/packages/git/git.inc
index de63c545da..fb88fd4135 100644
--- a/packages/git/git.inc
+++ b/packages/git/git.inc
@@ -4,7 +4,6 @@ LICENSE = "GPL"
SRC_URI = "http://www.kernel.org/pub/software/scm/git/git-${PV}.tar.bz2 \
file://autotools.patch;patch=1 \
- file://git-gui-install-mode-arg-spaces.patch;patch=1 \
"
S = "${WORKDIR}/git-${PV}"
diff --git a/packages/git/git_1.5.3.bb b/packages/git/git_1.5.3.bb
index f250bd5166..491bb3f7c1 100644
--- a/packages/git/git_1.5.3.bb
+++ b/packages/git/git_1.5.3.bb
@@ -1,5 +1,7 @@
require git.inc
+
+SRC_URI += "file://git-gui-install-mode-arg-spaces.patch;patch=1"
+
DEPENDS = "openssl curl zlib expat"
RDEPENDS = "perl perl-module-file-path cpio findutils sed"
PR = "r2"
-