From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mail.openembedded.org (Postfix) with ESMTP id 1174C77D6E for ; Thu, 24 Aug 2017 12:46:36 +0000 (UTC) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Aug 2017 05:46:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,421,1498546800"; d="scan'208";a="1187704104" Received: from kanavin-desktop.fi.intel.com (HELO [10.237.68.161]) ([10.237.68.161]) by fmsmga001.fm.intel.com with ESMTP; 24 Aug 2017 05:46:36 -0700 To: Leonardo Sandoval References: <88b6e8e6744cb5fa6712d91b6746a314e850dfa6.1503507784.git.alexander.kanavin@linux.intel.com> <1503522842.2166.9.camel@linux.intel.com> From: Alexander Kanavin Message-ID: <41875eb1-b054-edbf-02fb-dd145e6b363f@linux.intel.com> Date: Thu, 24 Aug 2017 15:43:32 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <1503522842.2166.9.camel@linux.intel.com> Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH 4/7] json-glib: convert to meson build 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: Thu, 24 Aug 2017 12:46:37 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit On 08/24/2017 12:14 AM, Leonardo Sandoval wrote: > >> -inherit gnomebase gettext lib_package gobject-introspection gtk-doc manpages >> +inherit gnomebase-meson lib_package gobject-introspection gtk-doc manpages > > gettext is dropped, does it mean that it was not needed? No. gettext.bbclass is specific to autotools, and meson has no equivalent functionality. I'll amend the commit message. Alex