From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 93-97-173-237.zone5.bethere.co.uk ([93.97.173.237] helo=tim.rpsys.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SAkQ2-0004Ve-N9 for openembedded-core@lists.openembedded.org; Thu, 22 Mar 2012 16:59:20 +0100 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q2MFoOhv016269 for ; Thu, 22 Mar 2012 15:50:24 GMT Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 15420-08 for ; Thu, 22 Mar 2012 15:50:20 +0000 (GMT) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q2MFoF2G016263 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 22 Mar 2012 15:50:16 GMT Message-ID: <1332431418.9740.247.camel@ted> From: Richard Purdie To: Patches and discussions about the oe-core layer Date: Thu, 22 Mar 2012 15:50:18 +0000 In-Reply-To: <1332427616-11816-1-git-send-email-obi@opendreambox.org> References: <1332427616-11816-1-git-send-email-obi@opendreambox.org> X-Mailer: Evolution 3.2.2- Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Subject: Re: [PATCH] gst-plugins: remove obsolete orcc hack X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer 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, 22 Mar 2012 15:59:21 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2012-03-22 at 15:46 +0100, Andreas Oberritter wrote: > * The sed script replacing ${bindir}/orcc with > ${STAGING_BINDIR_NATIVE}/orcc causes orcc to not be found. > It may have been a workaround for older versions of pkg-config > or older gst-plugins. Removing it makes gst-plugins use > orcc from 'orc-native' successfully, if available. > > Signed-off-by: Andreas Oberritter > --- > meta/recipes-multimedia/gstreamer/gst-plugins.inc | 10 +--------- > 1 files changed, 1 insertions(+), 9 deletions(-) I'll take this patch if we add --disable-orc to the OECONF lines in all gstreamer pieces that don't have a DEPENDS on orc-native. I say this since I suspect it will start using a host system /usr/bin/orcc otherwise and break deterministic builds. Cheers, Richard