From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tim.rpsys.net (93-97-173-237.zone5.bethere.co.uk [93.97.173.237]) by mx1.pokylinux.org (Postfix) with ESMTP id F012D4C8005F for ; Thu, 23 Jun 2011 05:20:05 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p5NAK2a7015840; Thu, 23 Jun 2011 11:20:02 +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 15671-03; Thu, 23 Jun 2011 11:19:58 +0100 (BST) Received: from [192.168.1.45] (dynamic15.rpnet.com [192.168.1.45]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p5NAJtwV015829 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 23 Jun 2011 11:19:56 +0100 From: Richard Purdie To: Xiaofeng Yan In-Reply-To: References: Date: Thu, 23 Jun 2011 11:19:54 +0100 Message-ID: <1308824394.20015.110.camel@rex> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 X-Virus-Scanned: amavisd-new at rpsys.net Cc: poky@yoctoproject.org Subject: Re: [PATCH 0/1] poky-lsb.conf: Instead of += with _append X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jun 2011 10:20:06 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2011-06-23 at 15:49 +0800, Xiaofeng Yan wrote: > From: Xiaofeng Yan > > Hi Richard, > > The variable "DISTRO_FEATURES += " lost its function because it has been moved to defaultsetup.conf. > Defaultsetup.conf is included after poky-lsb.conf. So the variable is empty. I use "_append" to take place of "+=". > Please check patch for detailed information. > > Pull URL: git://git.pokylinux.org/poky-contrib.git > Branch: xiaofeng/poky-lsb > Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/poky-lsb > > Thanks, > Xiaofeng Yan > --- > > > Xiaofeng Yan (1): > poky-lsb.conf: Instead of += with _append Merged to master, thanks. Richard