git: move version specific git-gui-install-mode-arg-spaces.patch from .inc
authorDenys Dmytriyenko <denis@denix.org>
Tue, 18 Nov 2008 01:50:32 +0000 (20:50 -0500)
committerDenys Dmytriyenko <denis@denix.org>
Tue, 18 Nov 2008 01:50:32 +0000 (20:50 -0500)
packages/git/git-native_1.5.2.3.bb
packages/git/git-native_1.5.3.bb
packages/git/git.inc
packages/git/git_1.5.3.bb

index 7ddfee0..34fa87e 100644 (file)
@@ -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 = ""
index 1ef8eaf..6b9dacb 100644 (file)
@@ -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"
index de63c54..fb88fd4 100644 (file)
@@ -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}"
 
index f250bd5..491bb3f 100644 (file)
@@ -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"
-