From: Paul Eggleton Date: Mon, 12 Oct 2015 13:49:10 +0000 (+0100) Subject: build-compare: drop PATCHTOOL setting X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~28630 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=ae8dcdc3c8e090fe392de86dc59135a38f06e9ca;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/build-compare/build-compare_git.bb b/meta/recipes-devtools/build-compare/build-compare_git.bb index 7ac37846b69..676f11dd886 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"