From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 2A02AE00B7B; Wed, 11 Jun 2014 13:44:25 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=HTML_MESSAGE,URI_HEX autolearn=no version=3.3.1 X-Spam-HAM-Report: * 1.3 URI_HEX URI: URI hostname has long hexadecimal sequence * 0.0 HTML_MESSAGE BODY: HTML included in message Received: from www.dynamicdevices.co.uk (www.dynamicdevices.co.uk [89.200.136.37]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id D1397E0070F for ; Wed, 11 Jun 2014 13:44:12 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by www.dynamicdevices.co.uk (Postfix) with ESMTP id 3E7DD27E02B; Wed, 11 Jun 2014 20:44:11 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at lennoab2.miniserver.com Received: from www.dynamicdevices.co.uk ([127.0.0.1]) by localhost (www.dynamicdevices.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ho7E41e-9K38; Wed, 11 Jun 2014 20:44:07 +0000 (UTC) Received: from [127.0.0.1] (cpc32-live22-2-0-cust59.17-2.cable.virginm.net [82.36.253.60]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by www.dynamicdevices.co.uk (Postfix) with ESMTPSA id C0E2227E02A; Wed, 11 Jun 2014 20:44:06 +0000 (UTC) Message-ID: <5398BF93.30808@dynamicdevices.co.uk> Date: Wed, 11 Jun 2014 21:44:03 +0100 From: Alex J Lennon User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Andrei Gherzan , =?windows-1252?Q?Luk=E1=9A_Novo?= =?windows-1252?Q?tn=FD?= References: <53989FC8.7080905@mlbassoc.com> In-Reply-To: X-Enigmail-Version: 1.6 Cc: Yocto Project , Gary Thomas Subject: Re: [meta-raspberrypi] Nothing RPROVIDES 'liborc-0.4' X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2014 20:44:25 -0000 Content-Type: multipart/alternative; boundary="------------010306040607020206020708" --------------010306040607020206020708 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit On 11/06/2014 19:57, Andrei Gherzan wrote: > > > > On Wed, Jun 11, 2014 at 9:46 PM, Lukáš Novotný > wrote: > > I'm using meta, meta-yocto, meta-yocto-bsp, meta-raspberrypi > > The image itself is just rpi-basic-image with additional packages - > file generated by hob. > > bblayers.conf: http://pastebin.com/gb8w7myE > rpi-retail-player-edited-20140611-195509.bb > : > http://pastebin.com/LJvEUpgz > > > In that huge IMAGE_INSTALL you have liborc-0.4. That's why the image > needs that package. IMAGE_INSTALL is included in RDEPENDS (as i > remember). Try replace liborc-0.4 with liborc. or orc. I don't know if it is coincidental but with poky-latest, as I try to build gstreamer1.0_plugins_bad, it's failing on an orc 0.4.18 recipe dependency ... conftest.c:38:31: fatal error: valgrind/valgrind.h: No such file or directory #include ... Regards, Alex --------------010306040607020206020708 Content-Type: text/html; charset=windows-1252 Content-Transfer-Encoding: 8bit
On 11/06/2014 19:57, Andrei Gherzan wrote:



On Wed, Jun 11, 2014 at 9:46 PM, Lukáš Novotný <lukas@dramiel.com> wrote:
I'm using meta, meta-yocto, meta-yocto-bsp, meta-raspberrypi

The image itself is just rpi-basic-image with additional packages -
file generated by hob.

bblayers.conf: http://pastebin.com/gb8w7myE
rpi-retail-player-edited-20140611-195509.bb: http://pastebin.com/LJvEUpgz

In that huge IMAGE_INSTALL you have liborc-0.4. That's why the image needs that package. IMAGE_INSTALL is included in RDEPENDS (as i remember). Try replace liborc-0.4 with liborc. or orc. 

I don't know if it is coincidental but with poky-latest, as I try to build gstreamer1.0_plugins_bad, it's failing on an orc 0.4.18 recipe dependency

...
conftest.c:38:31: fatal error: valgrind/valgrind.h: No such file or directory
 #include <valgrind/valgrind.h>
...

Regards,

Alex

--------------010306040607020206020708--