diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-11-22 18:32:32 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-12-02 11:25:33 +0000 |
commit | c5111da124c2dff5c49dc98e1d43c796dcd91003 (patch) | |
tree | 3f6a1e4e39a72a2ddb31d36466d390fb52ff80df /meta/recipes-kernel/kern-tools | |
parent | 93e10f2ee971cd848a48e82eb639503d3cccde3c (diff) | |
download | poky-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.bb | 1 |
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 | ||
13 | SRC_URI = "git://git.yoctoproject.org/yocto-kernel-tools.git" | 13 | SRC_URI = "git://git.yoctoproject.org/yocto-kernel-tools.git" |
14 | S = "${WORKDIR}" | 14 | S = "${WORKDIR}" |
15 | UPSTREAM_CHECK_COMMITS = "1" | ||
15 | 16 | ||
16 | do_compile() { | 17 | do_compile() { |
17 | : | 18 | : |