From 21de5cc43cfedc703e5bc0515507a6dae36afb74 Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Fri, 24 Aug 2018 10:59:50 -0400 Subject: classes/kernel-yocto: Cleanup getstatusoutput usage Replace usage of os.utils.getstatusoutput() with direct subprocess calls. Pass a modified environment and working directory where necessary to bypass the need to execute in a shell. Signed-off-by: Joshua Watt Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-kernel') 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 4ccf9b07f3..dca567f783 100644 --- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb +++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://git/tools/kgit;beginline=5;endline=9;md5=a6c2fa8aef1b DEPENDS = "git-native" -SRCREV = "8cd13500a27c0a6a911cc83c0349dec01ef66e27" +SRCREV = "602237a57487e969016db3085d181b585f5a74a7" PR = "r12" PV = "0.2+git${SRCPV}" -- cgit 1.2.3-korg