From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (dan.rpsys.net [93.97.175.187]) by mail.openembedded.org (Postfix) with ESMTP id 78A8B60FA4 for ; Fri, 4 Oct 2013 10:46:28 +0000 (UTC) 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 r94AkNMW003210; Fri, 4 Oct 2013 11:46:24 +0100 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 aDgQPfI-X3RY; Fri, 4 Oct 2013 11:46:23 +0100 (BST) 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 r94AkHcV003202 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Fri, 4 Oct 2013 11:46:20 +0100 Message-ID: <1380883572.18603.591.camel@ted> From: Richard Purdie To: Randy MacLeod Date: Fri, 04 Oct 2013 11:46:12 +0100 In-Reply-To: <524E24AE.5060009@windriver.com> References: <524E24AE.5060009@windriver.com> X-Mailer: Evolution 3.6.4-0ubuntu1 Mime-Version: 1.0 Cc: Patches and discussions about the oe-core layer Subject: Re: DISTRO_FEATURES and world builds. 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: Fri, 04 Oct 2013 10:46:28 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2013-10-03 at 22:15 -0400, Randy MacLeod wrote: > If I drop x11 from the DF list things are even worse. > > I tried to sprinkle these recipes with: > REQUIRED_DISTRO_FEATURES = "opengl" > but just as I thought, that didn't work either. Did you also inherit the class that implements that? Cheers, Richard >