summaryrefslogtreecommitdiff
path: root/packages/git/git_1.6.0.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/git/git_1.6.0.4.bb')
-rw-r--r--packages/git/git_1.6.0.4.bb7
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"