diff options
author | Denys Dmytriyenko <denis@denix.org> | 2008-11-18 16:08:52 -0500 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2008-11-18 16:08:52 -0500 |
commit | 46e30ed6ebb1a872f919363c6ff047344049079c (patch) | |
tree | 90f1e415762cf9aab12b14cc10de664d661304f6 /packages/git/git_1.6.0.4.bb | |
parent | 4728c7ef0b0742deecc40a8a1baaf2a0e3c996da (diff) |
git: fix configure failing on snprintf-returns-bogus check when cross-compiling
Diffstat (limited to 'packages/git/git_1.6.0.4.bb')
-rw-r--r-- | packages/git/git_1.6.0.4.bb | 7 |
1 files changed, 6 insertions, 1 deletions
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" |