From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 93-97-173-237.zone5.bethere.co.uk ([93.97.173.237] helo=tim.rpsys.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QwOs0-0002VK-43 for openembedded-core@lists.openembedded.org; Thu, 25 Aug 2011 03:36:36 +0200 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p7P1VncM025758; Thu, 25 Aug 2011 02:31:49 +0100 Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 25638-02; Thu, 25 Aug 2011 02:31:45 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p7P1Vc90025752 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 25 Aug 2011 02:31:41 +0100 From: Richard Purdie To: Patches and discussions about the oe-core layer In-Reply-To: <1314216003-10236-1-git-send-email-kergoth@gmail.com> References: <1314216003-10236-1-git-send-email-kergoth@gmail.com> Date: Wed, 24 Aug 2011 18:31:37 -0700 Message-ID: <1314235897.5939.168.camel@rex> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 X-Virus-Scanned: amavisd-new at rpsys.net Cc: Chris Larson Subject: Re: [PATCH] terminal: fix issue with unset exportable env vars 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: Thu, 25 Aug 2011 01:36:36 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Wed, 2011-08-24 at 13:00 -0700, Chris Larson wrote: > From: Chris Larson > > This should resolve the devshell issue people are seeing. > > Signed-off-by: Chris Larson > --- > meta/classes/terminal.bbclass | 4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) Merged to master, thanks. Richard