From 172de549210bf49fc12b16effb87fe78186955f8 Mon Sep 17 00:00:00 2001 From: Adrian Zaharia Date: Mon, 19 Dec 2022 19:50:51 +0200 Subject: [PATCH] go: use git as PATCHTOOL Some CVEs fixes have binary files for testing, therefore backporting those patches requires git as PATCHTOOL. Signed-off-by: Adrian Zaharia --- meta/recipes-devtools/go/go-1.19.3.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/go/go-1.19.3.inc b/meta/recipes-devtools/go/go-1.19.3.inc index 1245faba938..8fb1f0bb85f 100644 --- a/meta/recipes-devtools/go/go-1.19.3.inc +++ b/meta/recipes-devtools/go/go-1.19.3.inc @@ -4,6 +4,8 @@ FILESEXTRAPATHS:prepend := "${FILE_DIRNAME}/go:" LIC_FILES_CHKSUM = "file://LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707" +PATCHTOOL = "git" + SRC_URI += "\ file://0001-cmd-go-make-content-based-hash-generation-less-pedan.patch \ file://0003-allow-GOTOOLDIR-to-be-overridden-in-the-environment.patch \