From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.windriver.com ([147.11.1.11]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1RRIAO-0003zx-UX for openembedded-core@lists.openembedded.org; Fri, 18 Nov 2011 07:43:17 +0100 Received: from ALA-HCA.corp.ad.wrs.com (ala-hca [147.11.189.40]) by mail.windriver.com (8.14.3/8.14.3) with ESMTP id pAI6aomB018411 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Thu, 17 Nov 2011 22:36:50 -0800 (PST) Received: from localhost.localdomain (128.224.162.225) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server (TLS) id 14.1.255.0; Thu, 17 Nov 2011 22:36:50 -0800 From: Kang Kai To: Date: Fri, 18 Nov 2011 14:36:38 +0800 Message-ID: X-Mailer: git-send-email 1.7.5.4 MIME-Version: 1.0 X-Originating-IP: [128.224.162.225] Subject: [PATCH 0/1] mesa: fix calling host's commands V2 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 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, 18 Nov 2011 06:43:17 -0000 Content-Type: text/plain Hi all, V2 just update commit message mesa use its script file bin/mklib to generate libraries, and call the host's commands "ar/ranlib/gcc/g++". Fix it to call the cross-compile tools properly. The following changes since commit fa81f8dfb7a342e355b608aa4204cf23ed2b251c: mime.bbclass: fix typo (2011-11-15 12:05:30 +0000) are available in the git repository at: git://git.pokylinux.org/poky-contrib kangkai/distro http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/distro Kang Kai (1): mesa: fix calling host's commands meta/recipes-graphics/mesa/mesa-7.11.inc | 1 + meta/recipes-graphics/mesa/mesa-common.inc | 2 +- .../mesa/mesa/crossfix-mklib.patch | 71 ++++++++++++++++++++ 3 files changed, 73 insertions(+), 1 deletions(-) create mode 100644 meta/recipes-graphics/mesa/mesa/crossfix-mklib.patch -- 1.7.5.4