summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/build-compare
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2015-10-12 14:49:10 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-10-19 17:57:57 +0100
commit37704616c6f614bfaeafe4348e336894382e1365 (patch)
tree166f2af11d8e7ef4c29032f3b8b6d40792883d94 /meta/recipes-devtools/build-compare
parent4846260fdf8324369eace46584af75cccece4171 (diff)
downloadpoky-37704616c6f614bfaeafe4348e336894382e1365.tar.gz
build-compare: drop PATCHTOOL setting
We don't need PATCHTOOL to be set to git in this recipe, and setting it that way requires that the running user has git user & email configured, which on a build server it might well not be. (From OE-Core rev: ae8dcdc3c8e090fe392de86dc59135a38f06e9ca) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/build-compare')
-rw-r--r--meta/recipes-devtools/build-compare/build-compare_git.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/build-compare/build-compare_git.bb b/meta/recipes-devtools/build-compare/build-compare_git.bb
index 7ac37846b6..676f11dd88 100644
--- a/meta/recipes-devtools/build-compare/build-compare_git.bb
+++ b/meta/recipes-devtools/build-compare/build-compare_git.bb
@@ -10,7 +10,6 @@ SRC_URI = "git://github.com/openSUSE/build-compare.git \
10 file://Ignore-DWARF-sections.patch;striplevel=1 \ 10 file://Ignore-DWARF-sections.patch;striplevel=1 \
11 file://0001-Add-support-for-deb-and-ipk-packaging.patch \ 11 file://0001-Add-support-for-deb-and-ipk-packaging.patch \
12 " 12 "
13PATCHTOOL = "git"
14 13
15SRCREV = "c5352c054c6ef15735da31b76d6d88620f4aff0a" 14SRCREV = "c5352c054c6ef15735da31b76d6d88620f4aff0a"
16 15