| Submitter | Scott Garman |
|---|---|
| Date | Jan. 5, 2012, 9:12 p.m. |
| Message ID | <cover.1325797875.git.scott.a.garman@intel.com> |
| Download | mbox |
| Permalink | /patch/18515/ |
| State | New |
| Headers | show
Delivered-To: oepatches@gmail.com Received: from pop.gmail.com by melo.openembedded.org with POP3 (fetchmail-6.3.9-rc2) for <fetchmail@localhost> (single-drop); Thu, 05 Jan 2012 21:21:36 +0000 (UTC) Received: by 10.68.20.106 with SMTP id m10cs422637pbe; Thu, 5 Jan 2012 13:13:09 -0800 (PST) Received: by 10.216.139.25 with SMTP id b25mr1985861wej.41.1325797984311; Thu, 05 Jan 2012 13:13:04 -0800 (PST) Return-Path: <openembedded-core-bounces@lists.openembedded.org> Received: from linuxtogo.org (linuxtogo.org. [188.40.83.200]) by mx.google.com with ESMTPS id u17si1758667wec.121.2012.01.05.13.13.03 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 05 Jan 2012 13:13:04 -0800 (PST) Received-SPF: neutral (google.com: 188.40.83.200 is neither permitted nor denied by best guess record for domain of openembedded-core-bounces@lists.openembedded.org) client-ip=188.40.83.200; Authentication-Results: mx.google.com; spf=neutral (google.com: 188.40.83.200 is neither permitted nor denied by best guess record for domain of openembedded-core-bounces@lists.openembedded.org) smtp.mail=openembedded-core-bounces@lists.openembedded.org Received: from localhost ([127.0.0.1]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from <openembedded-core-bounces@lists.openembedded.org>) id 1RiujR-0002Si-LH; Thu, 05 Jan 2012 22:20:17 +0100 Received: from mga09.intel.com ([134.134.136.24]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from <scott.a.garman@intel.com>) id 1RiujQ-0002SQ-6B for openembedded-core@lists.openembedded.org; Thu, 05 Jan 2012 22:20:16 +0100 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 05 Jan 2012 13:12:52 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,352,1309762800"; d="scan'208";a="93407338" Received: from miles.jf.intel.com (HELO localhost) ([10.7.199.152]) by orsmga001.jf.intel.com with ESMTP; 05 Jan 2012 13:12:52 -0800 From: Scott Garman <scott.a.garman@intel.com> To: openembedded-core@lists.openembedded.org Date: Thu, 5 Jan 2012 13:12:49 -0800 Message-Id: <cover.1325797875.git.scott.a.garman@intel.com> X-Mailer: git-send-email 1.7.5.4 Subject: [OE-core] [PATCH 0/1] Urgent fix for insane.bbclass. X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer <openembedded-core@lists.openembedded.org> List-Id: Patches and discussions about the oe-core layer <openembedded-core.lists.openembedded.org> List-Unsubscribe: <http://lists.linuxtogo.org/cgi-bin/mailman/options/openembedded-core>, <mailto:openembedded-core-request@lists.openembedded.org?subject=unsubscribe> List-Archive: <http://lists.linuxtogo.org/pipermail/openembedded-core> List-Post: <mailto:openembedded-core@lists.openembedded.org> List-Help: <mailto:openembedded-core-request@lists.openembedded.org?subject=help> List-Subscribe: <http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core>, <mailto:openembedded-core-request@lists.openembedded.org?subject=subscribe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: openembedded-core-bounces@lists.openembedded.org Errors-To: openembedded-core-bounces@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(-)