From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mail.openembedded.org (Postfix) with ESMTP id B3A9D787A7 for ; Thu, 16 Nov 2017 17:51:53 +0000 (UTC) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Nov 2017 09:51:53 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,404,1505804400"; d="scan'208";a="5793864" Received: from kanavin-desktop.fi.intel.com (HELO [10.237.68.161]) ([10.237.68.161]) by orsmga001.jf.intel.com with ESMTP; 16 Nov 2017 09:51:51 -0800 To: Martin Kelly , openembedded-core@lists.openembedded.org References: <20171115175303.3557-1-mkelly@xevo.com> <20171115175303.3557-2-mkelly@xevo.com> From: Alexander Kanavin Message-ID: <27aaaa3c-05e1-bc1c-6416-cc869aa16f76@linux.intel.com> Date: Thu, 16 Nov 2017 19:52:07 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171115175303.3557-2-mkelly@xevo.com> Subject: Re: [PATCH 1/1] meson: export native env only for native 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, 16 Nov 2017 17:51:53 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit On 11/15/2017 07:53 PM, Martin Kelly wrote: > +meson_do_configure_prepend_class-native() { > + export PKG_CONFIG="pkg-config-native" > +} > + What does this bit do? Should it go to a separate patch? Alex