Installing shiboken on my machine the fix the error, but I get this http://pastebin.com/J5GrFvdp. On line 169 the system didn't recognize a .so file.
---- On Sun, 04 May 2014 23:26:49 -0300 Khem Raj<[email protected]> wrote ---- On Sun, May 4, 2014 at 6:09 PM, Fabio Berton <[email protected]> wrote: > I get this error http://pastebin.com/S5hyDvBd /bin/sh: 1: shiboken: not found so as you are cross compiling here this package seems to be needed on build host. This seems to be provided by shiboken/pyside so you need to add a native package may be just adding BBCLASSEXTEND += "native" and adding DEPENDS += "pyside-native" to pysize recipe is enough but there might be more needed > > ---- On Sun, 04 May 2014 22:04:10 -0300 Khem Raj <[email protected]> wrote > ---- > > On Sun, May 4, 2014 at 6:53 AM, Fabio Berton <[email protected]> wrote: >> I need to run PySide and I can't compile any version of PySide. I'm using >> this meta-pyside https://github.com/svolpe/meta-pyside. Does anyone knows >> how I get PySide work on Yocto? > > whats the error ? > >
-- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
