From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id F3B8677200 for ; Sun, 21 Feb 2016 10:30:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u1LAUVlm002921; Sun, 21 Feb 2016 10:30:31 GMT 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 RvrDzDFnnk70; Sun, 21 Feb 2016 10:30:31 +0000 (GMT) Received: from hex ([192.168.3.34]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u1LAUTZn002916 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Sun, 21 Feb 2016 10:30:30 GMT Message-ID: <1456050629.28376.160.camel@linuxfoundation.org> From: Richard Purdie To: openembedded-devel@lists.openembedded.org Date: Sun, 21 Feb 2016 10:30:29 +0000 In-Reply-To: References: <1455815945-9857-1-git-send-email-fabio.berton@ossystems.com.br> X-Mailer: Evolution 3.16.5-1ubuntu3.1 Mime-Version: 1.0 Cc: Fabio Berton Subject: Re: [meta-oe][PATCH] fio: Remove --disable-static from EXTRA_OECONF X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Feb 2016 10:30:33 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2016-02-18 at 20:43 +0000, Christopher Larson wrote: > I think the convention is to add such workarounds to no-static > -libs.inc, > not the recipe, at this time. This is a good question. I was just doing some world builds with meta -oe in and have a few more of these fixes. Referencing meta-oe recipes in OE-Core doesn't seem right somehow. We could create an .inc file in meta-oe included by something like layer.conf which set these, setting it in the recipe does somehow seem like the better solution though. Does anyone have any other thoughts on this? Cheers, Richard