From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dan.rpsys.net ([93.97.175.187]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1UCTKJ-0001fR-H9 for openembedded-core@lists.openembedded.org; Mon, 04 Mar 2013 12:13:23 +0100 Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id r24B4Cpq026943; Mon, 4 Mar 2013 11:04:12 GMT X-Virus-Scanned: Debian amavisd-new at dan.rpsys.net 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 9PgJE44udVUf; Mon, 4 Mar 2013 11:04:12 +0000 (GMT) Received: from [192.168.3.10] (rpvlan0 [192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id r24B444L026939 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Mon, 4 Mar 2013 11:04:07 GMT Message-ID: <1362394572.29587.10.camel@ted> From: Richard Purdie To: Martin Jansa Date: Mon, 04 Mar 2013 10:56:12 +0000 In-Reply-To: References: <1362393439-23933-1-git-send-email-laurentiu.palcu@intel.com> X-Mailer: Evolution 3.6.3-1 Mime-Version: 1.0 Cc: Patches, about the oe-core layer Subject: Re: [PATCH] sstate.bbclass: consider postinstall dependencies too X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 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, 04 Mar 2013 11:13:24 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Mon, 2013-03-04 at 11:51 +0100, Martin Jansa wrote: > Shouldn't this list be defined in layer.conf like > SIGGEN_EXCLUDERECIPES_ABISAFE, so that other layers can extend that > list? I'm hoping we only have very small list of these problematic dependencies. If we end up with a large number of them then yes, we'd need to abstract it but I'd prefer to avoid that unless proven necessary. Is there a specific case you have in mind? Cheers, Richard