From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gravedo.de (gravedo.de [85.214.79.159]) by mail.openembedded.org (Postfix) with ESMTP id B7C036AFCA for ; Mon, 19 Aug 2013 16:28:04 +0000 (UTC) Received: by gravedo.de (Postfix, from userid 5001) id 2263F3B345B3; Mon, 19 Aug 2013 18:28:05 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on h1108419.serverkompetenz.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=4.0 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED autolearn=ham version=3.3.1 Received: from [192.168.178.26] (dslb-088-070-141-046.pools.arcor-ip.net [88.70.141.46]) by gravedo.de (Postfix) with ESMTPSA id B171C3B34553; Mon, 19 Aug 2013 18:28:03 +0200 (CEST) Message-ID: <52124792.6030604@gravedo.de> Date: Mon, 19 Aug 2013 18:28:02 +0200 From: Simon Busch User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 MIME-Version: 1.0 To: Phil Blundell References: <1376928263-9092-1-git-send-email-morphis@gravedo.de> <1376928588.17787.64.camel@phil-desktop.brightsign> In-Reply-To: <1376928588.17787.64.camel@phil-desktop.brightsign> X-Enigmail-Version: 1.4.6 Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH] mesa: add PACKAGECONFIG_DISTRO variable for distro specific options 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: Mon, 19 Aug 2013 16:28:05 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Am 19.08.2013 18:09, schrieb Phil Blundell: > On Mon, 2013-08-19 at 18:04 +0200, Simon Busch wrote: >> In some cases as distribution just wants to extend the default PACKAGECONFIG instead of >> rewriting it completely. Therefor having a PACKAGECONFIG_DISTRO variable which is empty >> by default and included in PACKAGECONFIG helps a lot. > > Can't those distros just use PACKAGECONFIG_append? They can. I tried with PACKAGECONFIG += which didn't worked and I thought it would be the same with PACKAGECONFIG_append cause of PACKAGECONFIG being weak assignment in mesa.inc. But as it seems += takes higher than the weak assignment and overrides PACKAGECONFIG where _append only appends. regards, Simon -- Simon Busch - http://mm.gravedo.de/blog/