diff options
author | Arnout Vandecappelle <arnout@mind.be> | 2017-07-21 03:05:09 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-25 22:41:57 +0200 |
commit | 59419cdac1af86abbd780305b33136d28f11d3ec (patch) | |
tree | a2ecff8e1c57ea15694fdb15182995ad6ef47fe4 /package/cppcms | |
parent | 86ca7a04a81a56dd22c2b9c229598be56baf0cc0 (diff) | |
download | buildroot-59419cdac1af86abbd780305b33136d28f11d3ec.tar.gz buildroot-59419cdac1af86abbd780305b33136d28f11d3ec.zip |
genrandconfig: use subprocess.check_output instead of Popen
Popen is more complicated and more difficult to understand.
check_output raises an exception if the exit code is non-zero, but
that's probably what we want if ldd can't be executed.
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/cppcms')
0 files changed, 0 insertions, 0 deletions