From: Alexander Kanavin Date: Wed, 22 Nov 2017 16:32:32 +0000 (+0200) Subject: kern-tools-native: fix upstream version check X-Git-Tag: uninative-1.8~997 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1adff22d486a24b16d7233c1fd0a63c774f4e4ad;p=openembedded-core.git kern-tools-native: fix upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- 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() { :