]> code.ossystems Code Review - openembedded-core.git/commitdiff
build-compare: drop PATCHTOOL setting
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 12 Oct 2015 13:49:10 +0000 (14:49 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 19 Oct 2015 16:46:29 +0000 (17:46 +0100)
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>
meta/recipes-devtools/build-compare/build-compare_git.bb

index 7ac37846b69502366b9e8e88860ff447149addba..676f11dd8869fad675c007a2f1e84288b435b45f 100644 (file)
@@ -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"