From patchwork Thu Jan 5 21:12:49 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/1] Urgent fix for insane.bbclass. Date: Thu, 05 Jan 2012 21:12:49 -0000 From: Scott Garman X-Patchwork-Id: 18515 Message-Id: To: openembedded-core@lists.openembedded.org Hello, This fixes the error: AttributeError: 'module' object has no attribute 'check_output' which currently is breaking builds for hosts using Python < 2.7. Please apply it ASAP. Thanks, Scott The following changes since commit 563828bad19a242bba9ce3db461bb5807037dfdf: multilib: Abstract class extension code into classextend.py (2012-01-05 12:36:08 +0000) are available in the git repository at: git://git.yoctoproject.org/poky-contrib sgarman/qa-fix-final http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=sgarman/qa-fix-final Scott Garman (1): insane.bbclass: use bb.process.Popen instead of subprocess.check_output meta/classes/insane.bbclass | 16 ++++++---------- 1 files changed, 6 insertions(+), 10 deletions(-)