diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-02-08 11:14:31 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-02-10 12:20:14 -0800 |
commit | f8f2d16a61456f72642ca8b75874ac9ca4f4d410 (patch) | |
tree | 64df885258ff00e0543346433a5e85fdac1a8bdf /recipes/git/git_1.6.0.4.bb | |
parent | 7c5f81b2139e55622ca2f23ff6b63438d4825d87 (diff) |
git: remove version specifics from generic inc
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/git/git_1.6.0.4.bb')
-rw-r--r-- | recipes/git/git_1.6.0.4.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/git/git_1.6.0.4.bb b/recipes/git/git_1.6.0.4.bb index e839ab960a..c37e3d0d52 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" |