summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/guilt/guilt-native_0.33.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-01-18 00:19:32 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-18 13:20:56 +0000
commit18bc7b44ef58cbcbe32d45504d71eed54ef695a4 (patch)
tree3745f3f282b792653c37185ccec81b5e9b221455 /meta/recipes-devtools/guilt/guilt-native_0.33.bb
parent8f03ebe9b164e0c0493c56d9eb2e7d0b039832f1 (diff)
downloadopenembedded-core-18bc7b44ef58cbcbe32d45504d71eed54ef695a4.tar.gz
guilt: add git 1.8.x support
Updating guilt to allow git 1.8.x as a supported version. This version has no impact on other functionality within the scripts, so no other adjustments are necessary. [YOCTO #3275] Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/guilt/guilt-native_0.33.bb')
-rw-r--r--meta/recipes-devtools/guilt/guilt-native_0.33.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/guilt/guilt-native_0.33.bb b/meta/recipes-devtools/guilt/guilt-native_0.33.bb
index 754b528271..6652ab6e0a 100644
--- a/meta/recipes-devtools/guilt/guilt-native_0.33.bb
+++ b/meta/recipes-devtools/guilt/guilt-native_0.33.bb
@@ -4,7 +4,7 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b6f3400dc1a01cebafe8a52b3f344135"
PV = "0.33"
-PR = "r2"
+PR = "r3"
inherit native
@@ -20,6 +20,7 @@ SRC_URI = "http://ftp.de.debian.org/debian/pool/main/g/guilt/guilt_${PV}.orig.ta
file://improve_auto_header_gen.patch \
file://guilt-set-git_exec_path.patch \
file://guilt-bash.patch \
+ file://guilt-update-supported-git-versions-to-1.8.x.patch \
file://optional_head_check.patch"
SRC_URI[md5sum] = "d800c5e0743d90543ef51d797a626e09"