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 mx1.pokylinux.org (Postfix) with ESMTP id 9D9914C800A6 for ; Thu, 23 Jun 2011 02:54:04 -0500 (CDT) 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 p5N7s4a0020176 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Thu, 23 Jun 2011 00:54:04 -0700 (PDT) Received: from localhost (128.224.162.28) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server (TLS) id 14.1.255.0; Thu, 23 Jun 2011 00:54:03 -0700 Message-ID: Old-Date: Thu, 23 Jun 2011 11:01:00 +0800 Date: Thu, 23 Jun 2011 15:49:56 +0800 To: From: Xiaofeng Yan MIME-Version: 1.0 X-Originating-IP: [128.224.162.28] Subject: [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 07:54:05 -0000 Content-Type: text/plain 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 meta-yocto/conf/distro/poky-lsb.conf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)