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