From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from avasout06.plus.net (avasout06.plus.net [212.159.14.18]) by mail.openembedded.org (Postfix) with ESMTP id 4B94F60053 for ; Tue, 9 Feb 2016 12:30:28 +0000 (UTC) Received: from deneb ([80.229.24.9]) by avasout06 with smtp id GCWT1s0020BmcFC01CWUDo; Tue, 09 Feb 2016 12:30:28 +0000 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.1 cv=Rr04V3SK c=1 sm=1 tr=0 a=E/9URZZQ5L3bK/voZ0g0HQ==:117 a=E/9URZZQ5L3bK/voZ0g0HQ==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=kj9zAlcOel0A:10 a=jFJIQSaiL_oA:10 a=qvceAN8x0ducKWHi_qIA:9 a=CjuIK1q_8ugA:10 Received: from mac by deneb with local (Exim 4.84) (envelope-from ) id 1aT7R4-0006wf-GD; Tue, 09 Feb 2016 12:30:26 +0000 Date: Tue, 9 Feb 2016 12:30:26 +0000 From: Mike Crowe To: Martin Jansa Message-ID: <20160209123026.GA22354@mcrowe.com> References: <1454424587-4251-1-git-send-email-mac@mcrowe.com> <1454428874.27087.87.camel@linuxfoundation.org> <20160202161726.GC2607@jama> <20160206204110.GA21969@mcrowe.com> <20160207220741.GA12339@mcrowe.com> MIME-Version: 1.0 In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Cc: Mike Crowe , Patches and discussions about the oe-core layer Subject: Re: [PATCH 0/3] Remove unhelpful default value of EXTRA_OEMAKE 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: Tue, 09 Feb 2016 12:30:30 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tuesday 09 February 2016 at 11:39:17 +0100, Martin Jansa wrote: > /home/jenkins/oe/world/shr-core/openembedded-core/meta/recipes-multimedia/ffmpeg/ffmpeg_2.8.5.bb, > do_compile That one builds successfully for me for qemuarm. Strange. > /home/jenkins/oe/world/shr-core/meta-smartphone/meta-android/recipes-support/invensense/invensense_git.bb, > do_package_qa That one seems to be using cmake so I can't immediately see how it could be affected by changing EXTRA_OEMAKE. > /home/jenkins/oe/world/shr-core/meta-openembedded/meta-networking/recipes-extended/iscsitarget/iscsitarget_1.4.20.3+svn502.bb, > do_compile > /home/jenkins/oe/world/shr-core/meta-openembedded/meta-oe/recipes-graphics/wayland/wayland-fits_git.bb, > do_compile I think these failed for me even without changing EXTRA_OEMAKE but I need to go back and check. Thanks for testing. I shall try and reproduce them and see if adding the old value of EXTRA_OEMAKE to the recipes fixes them. Mike.