[oe-commits] Bernhard Reutner-Fischer : git: remove version specifics from generic inc

git version control git at git.openembedded.org
Wed Feb 10 23:38:00 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: f8f2d16a61456f72642ca8b75874ac9ca4f4d410
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f8f2d16a61456f72642ca8b75874ac9ca4f4d410

Author: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
Date:   Mon Feb  8 11:14:31 2010 +0000

git: remove version specifics from generic inc

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/git/git-native_1.6.0.4.bb |    1 +
 recipes/git/git.inc               |    5 ++---
 recipes/git/git_1.6.0.4.bb        |    3 ++-
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/recipes/git/git-native_1.6.0.4.bb b/recipes/git/git-native_1.6.0.4.bb
index 71b111b..c17ce6e 100644
--- a/recipes/git/git-native_1.6.0.4.bb
+++ b/recipes/git/git-native_1.6.0.4.bb
@@ -2,3 +2,4 @@ require git.inc
 inherit native
 DEPENDS = "openssl-native curl-native zlib-native expat-native"
 PR = "r4"
+SRC_URI += "file://autotools.patch;patch=1"
diff --git a/recipes/git/git.inc b/recipes/git/git.inc
index fb88fd4..644e159 100644
--- a/recipes/git/git.inc
+++ b/recipes/git/git.inc
@@ -2,9 +2,8 @@ DESCRIPTION = "The git revision control system used by the Linux kernel develope
 SECTION = "console/utils"
 LICENSE = "GPL"
 
-SRC_URI = "http://www.kernel.org/pub/software/scm/git/git-${PV}.tar.bz2 \
-           file://autotools.patch;patch=1 \
-	   "
+SRC_URI = "http://www.kernel.org/pub/software/scm/git/git-${PV}.tar.bz2"
+
 S = "${WORKDIR}/git-${PV}"
 
 inherit autotools
diff --git a/recipes/git/git_1.6.0.4.bb b/recipes/git/git_1.6.0.4.bb
index e839ab9..c37e3d0 100644
--- a/recipes/git/git_1.6.0.4.bb
+++ b/recipes/git/git_1.6.0.4.bb
@@ -1,6 +1,7 @@
 require git.inc
 
-SRC_URI += "file://snprintf-returns-bogus.patch;patch=1"
+SRC_URI += "file://autotools.patch;patch=1 \
+            file://snprintf-returns-bogus.patch;patch=1"
 
 DEPENDS = "openssl curl zlib expat"
 RDEPENDS = "perl perl-module-file-path cpio findutils sed"





More information about the Openembedded-commits mailing list