aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denis@denix.org>2008-11-17 20:50:32 -0500
committerDenys Dmytriyenko <denis@denix.org>2008-11-17 20:50:32 -0500
commit86e570e42ad972c281f0d668df0ed1fb5f485fe7 (patch)
tree33d1ce7e946ce8313efc68675ef8937be1b02c4f
parent3ccb9b3f54dbdde10eee6f519d1a6ed82745e9ff (diff)
downloadopenembedded-86e570e42ad972c281f0d668df0ed1fb5f485fe7.tar.gz
git: move version specific git-gui-install-mode-arg-spaces.patch from .inc
-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"
-