From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by mail.openembedded.org (Postfix) with ESMTP id BB28465F81 for ; Mon, 11 Aug 2014 02:23:57 +0000 (UTC) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail1.windriver.com (8.14.9/8.14.5) with ESMTP id s7B2Nq0m010841 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Sun, 10 Aug 2014 19:23:52 -0700 (PDT) Received: from pek-hjia-d1.corp.ad.wrs.com (128.224.162.194) by ALA-HCB.corp.ad.wrs.com (147.11.189.41) with Microsoft SMTP Server id 14.3.174.1; Sun, 10 Aug 2014 19:23:52 -0700 From: Hongxu Jia To: Date: Mon, 11 Aug 2014 10:23:45 +0800 Message-ID: X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Cc: saul.wold@intel.com Subject: [PATCH V2 0/1] guile: workaround ice ssa corruption while DEBUG_BUILD X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Aug 2014 02:24:01 -0000 Content-Type: text/plain Changed in V2: - Remove the RDEPENDS part to make sure the fix doesn't conflict with Martin's patch http://lists.openembedded.org/pipermail/openembedded-core/2014-August/095585.html - Tweak the patch to make sure the logic of code is not changed by the workaround. //Hongxu The following changes since commit 870bb8d35547b8313b3a487d7e8b914ab9470e64: local.conf.sample.extended: fix example for EXTRA_USERS_PARAMS (2014-08-04 17:38:24 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/fix-guile-ice http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/fix-guile-ice Hongxu Jia (1): guile: workaround ice ssa corruption while DEBUG_BUILD .../files/workaround-ice-ssa-corruption.patch | 60 ++++++++++++++++++++++ meta/recipes-devtools/guile/guile_2.0.11.bb | 1 + 2 files changed, 61 insertions(+) create mode 100644 meta/recipes-devtools/guile/files/workaround-ice-ssa-corruption.patch -- 1.9.1