From f8f2d16a61456f72642ca8b75874ac9ca4f4d410 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 8 Feb 2010 11:14:31 +0000 Subject: git: remove version specifics from generic inc Signed-off-by: Bernhard Reutner-Fischer Signed-off-by: Khem Raj --- recipes/git/git_1.6.0.4.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes/git/git_1.6.0.4.bb') 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" -- cgit 1.2.3-korg