summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-02-26 17:34:50 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-27 14:31:36 +0000
commitf7fa98cca8a5ac64dbe5fa8a01b6699d731fb2ce (patch)
tree0329bbcb81fd40421d52fdda69aa89c562363f50 /meta/recipes-kernel
parentc95aa38d24e467649038aa2b7dbbadaed6c86c99 (diff)
downloadpoky-f7fa98cca8a5ac64dbe5fa8a01b6699d731fb2ce.tar.gz
kern-tools: depend on git-replacement-native
Konstantin Aladyshev <aladyshev22@gmail.com> reported that the kern-tools require git functionality that was introduced in git versions greater than the minimum project requirements. In particular: commit 923a9de418b3ca8592c3 [kgit-s2q: don't run verication hooks] uses the --no-verify flag to prevent local git hooks from running and breaking patching or introducing security issues from the host configuration. To ensure that we have a new enough git available for the tools, we update our DEPENDS to git-native-replacement, and the version available in oe-core will be built and used instead of the host provided version. (From OE-Core rev: 6c2ae2346db061a37506b3b5dca20914a7b29fca) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/kern-tools/kern-tools-native_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
index 941160ea9c..8eff00821a 100644
--- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
+++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "\
9 file://Kconfiglib/LICENSE.txt;md5=712177a72a3937909543eda3ad1bfb7c \ 9 file://Kconfiglib/LICENSE.txt;md5=712177a72a3937909543eda3ad1bfb7c \
10" 10"
11 11
12DEPENDS = "git-native" 12DEPENDS += "git-replacement-native"
13 13
14SRCREV = "7160ebe8b865dd6028aef278efa219433db93f7e" 14SRCREV = "7160ebe8b865dd6028aef278efa219433db93f7e"
15PV = "0.3+git" 15PV = "0.3+git"