From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id 599216FEFA for ; Sat, 5 Mar 2016 09:43:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u259hSxX004271; Sat, 5 Mar 2016 09:43:28 GMT Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id yvbuat4UchvF; Sat, 5 Mar 2016 09:43:28 +0000 (GMT) Received: from hex ([192.168.3.34]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u259hPwx004268 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Sat, 5 Mar 2016 09:43:26 GMT Message-ID: <1457171005.2804.76.camel@linuxfoundation.org> From: Richard Purdie To: Randy Witt , openembedded-core@lists.openembedded.org Date: Sat, 05 Mar 2016 09:43:25 +0000 In-Reply-To: References: X-Mailer: Evolution 3.16.5-1ubuntu3.1 Mime-Version: 1.0 Subject: Re: [PATCH 0/2] mtools uninative fix 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: Sat, 05 Mar 2016 09:43:29 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Fri, 2016-03-04 at 21:06 -0800, Randy Witt wrote: > These patchset is against master next to fix previous uninative > patches. They > most likely will not apply cleanly to master. Thanks for this. There were a couple of issues, I worried what would happen in the non-uninative case since GCONV_PATH is set unconditionally. This also didn't update both mtools recipes. I'm testing a different version of this idea which I've just sent out but its based on this idea. Cheers, Richard