diff options
author | Joshua Watt <jpewhacker@gmail.com> | 2018-08-24 10:59:50 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-28 10:27:15 +0100 |
commit | 21de5cc43cfedc703e5bc0515507a6dae36afb74 (patch) | |
tree | d5dc70215f64b736b9c95085e43335724e8214fa /meta/recipes-kernel/kern-tools | |
parent | 2f43139e7e0db2522c88b41875c32949f66ca1e8 (diff) | |
download | openembedded-core-contrib-21de5cc43cfedc703e5bc0515507a6dae36afb74.tar.gz |
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 <JPEWhacker@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.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 | 2 |
1 files changed, 1 insertions, 1 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 4ccf9b07f30..dca567f783b 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}" |