summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/kern-tools
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2017-11-22 18:32:32 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-12-02 11:25:33 +0000
commitc5111da124c2dff5c49dc98e1d43c796dcd91003 (patch)
tree3f6a1e4e39a72a2ddb31d36466d390fb52ff80df /meta/recipes-kernel/kern-tools
parent93e10f2ee971cd848a48e82eb639503d3cccde3c (diff)
downloadpoky-c5111da124c2dff5c49dc98e1d43c796dcd91003.tar.gz
kern-tools-native: fix upstream version check
(From OE-Core rev: 1adff22d486a24b16d7233c1fd0a63c774f4e4ad) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> 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, 1 insertions, 0 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 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
12 12
13SRC_URI = "git://git.yoctoproject.org/yocto-kernel-tools.git" 13SRC_URI = "git://git.yoctoproject.org/yocto-kernel-tools.git"
14S = "${WORKDIR}" 14S = "${WORKDIR}"
15UPSTREAM_CHECK_COMMITS = "1"
15 16
16do_compile() { 17do_compile() {
17 : 18 :