From 1adff22d486a24b16d7233c1fd0a63c774f4e4ad Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 22 Nov 2017 18:32:32 +0200 Subject: kern-tools-native: fix upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 1 + 1 file changed, 1 insertion(+) 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 3a3992a292..8ccd8cee14 100644 --- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb +++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb @@ -12,6 +12,7 @@ inherit native SRC_URI = "git://git.yoctoproject.org/yocto-kernel-tools.git" S = "${WORKDIR}" +UPSTREAM_CHECK_COMMITS = "1" do_compile() { : -- cgit 1.2.3-korg