aboutsummaryrefslogtreecommitdiffstats
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:46:29 +0100
commitae8dcdc3c8e090fe392de86dc59135a38f06e9ca (patch)
tree4de323c996c041e2dd6aee326b56e608d46a441b
parentd22252a9e0729abb5e1dd39fc2b6359caf948c43 (diff)
downloadopenembedded-core-contrib-ae8dcdc3c8e090fe392de86dc59135a38f06e9ca.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. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
-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 \
file://Ignore-DWARF-sections.patch;striplevel=1 \
file://0001-Add-support-for-deb-and-ipk-packaging.patch \
"
-PATCHTOOL = "git"
SRCREV = "c5352c054c6ef15735da31b76d6d88620f4aff0a"