From: Alexander Kanavin Date: Wed, 22 Nov 2017 16:32:32 +0000 (+0200) Subject: kern-tools-native: fix upstream version check X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~19428 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1adff22d486a24b16d7233c1fd0a63c774f4e4ad;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 3a3992a2927..8ccd8cee146 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() { :