summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/kern-tools
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-12-08 22:59:47 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-09 10:33:26 +0000
commit74e02c5f0fe901250388a869f322c7bb31fc460e (patch)
treebff5a344ab2265b7972810576016029f9b121267 /meta/recipes-kernel/kern-tools
parenta16a5e3d388f92a06cb9b1519f082a9e8feb6cbf (diff)
downloadpoky-74e02c5f0fe901250388a869f322c7bb31fc460e.tar.gz
kern-tools-native: check tags, not commits for new versions
(From OE-Core rev: da14779d706619261d2f7b7e8ed5fc57a1c5fc03) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/kern-tools')
-rw-r--r--meta/recipes-kernel/kern-tools/kern-tools-native_git.bb1
1 files changed, 0 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 95983fe69b..74db9363a1 100644
--- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
+++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
@@ -15,7 +15,6 @@ inherit native
15 15
16SRC_URI = "git://git.yoctoproject.org/yocto-kernel-tools.git;branch=master" 16SRC_URI = "git://git.yoctoproject.org/yocto-kernel-tools.git;branch=master"
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18UPSTREAM_CHECK_COMMITS = "1"
19 18
20do_configure() { 19do_configure() {
21 : 20 :