From 46e30ed6ebb1a872f919363c6ff047344049079c Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 18 Nov 2008 16:08:52 -0500 Subject: git: fix configure failing on snprintf-returns-bogus check when cross-compiling --- packages/git/git_1.6.0.4.bb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'packages/git/git_1.6.0.4.bb') diff --git a/packages/git/git_1.6.0.4.bb b/packages/git/git_1.6.0.4.bb index e06a4b2a8a..e839ab960a 100644 --- a/packages/git/git_1.6.0.4.bb +++ b/packages/git/git_1.6.0.4.bb @@ -1,4 +1,9 @@ require git.inc + +SRC_URI += "file://snprintf-returns-bogus.patch;patch=1" + DEPENDS = "openssl curl zlib expat" RDEPENDS = "perl perl-module-file-path cpio findutils sed" -PR = "r3" +PR = "r4" + +FILES_${PN}-dbg += "${libexecdir}/git-core/.debug" -- cgit v1.2.3