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 523A977154 for ; Wed, 11 Nov 2015 17:17:53 +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 tABHHpZM015162; Wed, 11 Nov 2015 17:17:51 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 eG49Qwl3fU51; Wed, 11 Nov 2015 17:17:51 +0000 (GMT) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id tABHHYPk015147 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Wed, 11 Nov 2015 17:17:48 GMT Message-ID: <1447262253.3559.249.camel@linuxfoundation.org> From: Richard Purdie To: Alexander Kanavin Date: Wed, 11 Nov 2015 09:17:33 -0800 In-Reply-To: <56420F4A.9030507@linux.intel.com> References: <5641FF6D.7000508@linux.intel.com> <3967262.YS5vrjTqP1@peggleto-mobl.ger.corp.intel.com> <564207E6.9090409@linux.intel.com> <56420AE4.1090500@linux.intel.com> <56420F4A.9030507@linux.intel.com> X-Mailer: Evolution 3.12.11-0ubuntu3 Mime-Version: 1.0 Cc: Patches and discussions about the oe-core layer Subject: Re: [RFC] Remove vala from oe-core 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: Wed, 11 Nov 2015 17:17:56 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Tue, 2015-11-10 at 17:37 +0200, Alexander Kanavin wrote: > On 11/10/2015 05:29 PM, Otavio Salvador wrote: > > >> PACKAGECONFIG alone is not sufficient; to build the bindings properly, the > >> package also needs to inherit vala.bbclass: > >> > >> https://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/tree/meta/classes/vala.bbclass?h=akanavin/gobject-introspection-experimental > > > > and this belong to meta-vala (or other). This reduces the core and > > this is something we really should to push for. > > If this class is moved to meta-vala, how do you make packages in oe-core > inherit it, or otherwise do what it does? Much as I dislike this, you could do something like: inherit ${@base_contains('PACKAGECONFIG', 'vala', 'vala', '')} Cheers, Richard