diff options
Diffstat (limited to 'meta/recipes-kernel/kern-tools')
-rw-r--r-- | meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 6 |
1 files changed, 3 insertions, 3 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 c414fed319..f6fca9ee33 100644 --- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb +++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb @@ -2,11 +2,11 @@ DESCRIPTION = "Scripts and utilities for managing Yocto branched kernels." LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://git/tools/kgit;beginline=5;endline=9;md5=d8d1d729a70cd5f52972f8884b80743d" -DEPENDS = "git-native guilt-native" +DEPENDS = "git-native" -SRCREV = "fbcdcb8e23c38352b46235598f34d7b345f458f1" +SRCREV = "60a894e1018ab55f4014fbfb2a56624d26d94504" PR = "r12" -PV = "0.1+git${SRCPV}" +PV = "0.2+git${SRCPV}" inherit native |