]> code.ossystems Code Review - openembedded-core.git/commitdiff
kern-tools-native: fix upstream version check
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Wed, 22 Nov 2017 16:32:32 +0000 (18:32 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 2 Dec 2017 11:24:37 +0000 (11:24 +0000)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-kernel/kern-tools/kern-tools-native_git.bb

index 3a3992a292705e19e8fc709c31a5bbbbc78f278c..8ccd8cee146ffa9795dc3e00f20abb39f0f6b31a 100644 (file)
@@ -12,6 +12,7 @@ inherit native
 
 SRC_URI = "git://git.yoctoproject.org/yocto-kernel-tools.git"
 S = "${WORKDIR}"
+UPSTREAM_CHECK_COMMITS = "1"
 
 do_compile() { 
        :