From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mail.openembedded.org (Postfix) with ESMTP id 784887289F for ; Fri, 9 Jan 2015 02:37:49 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.14.9/8.14.5) with ESMTP id t092bmlW012893 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=FAIL) for ; Thu, 8 Jan 2015 18:37:48 -0800 (PST) Received: from ala-blade47.wrs.com (147.11.105.67) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.3.174.1; Thu, 8 Jan 2015 18:37:48 -0800 From: Robert Yang To: Date: Thu, 8 Jan 2015 18:37:47 -0800 Message-ID: X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Subject: [V2 PATCH 0/1] guile: fix installed-vs-shipped error (parallel issue) 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: Fri, 09 Jan 2015 02:37:50 -0000 Content-Type: text/plain * Changes of V2: - Use install-exec-hook rather than install-data-hook // Robert The following changes since commit b61a2acc321489c3427f0afa3059486dc144a13b: bind: Update libxml2 check to make it deterministic. (2015-01-08 09:21:18 +0000) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/guile http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/guile Robert Yang (1): guile: fix installed-vs-shipped error .../guile/files/libguile-Makefile.am-hook.patch | 42 ++++++++++++++++++++ meta/recipes-devtools/guile/guile_2.0.11.bb | 1 + 2 files changed, 43 insertions(+) create mode 100644 meta/recipes-devtools/guile/files/libguile-Makefile.am-hook.patch -- 1.7.9.5