OESF Portables Forum

Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => Open Embedded => Topic started by: DoTheDog on January 17, 2007, 12:22:48 pm

Title: Stupid Oe Question
Post by: DoTheDog on January 17, 2007, 12:22:48 pm
Hi all,
I am trying to build an Orbiter for Plutohome for the zaurus using OE. It requires a few libraries that I now have working bb recipes for. But when I build the executable, I get :

Code: [Select]
NOTE: Couldn't find shared library provider for libDCECommon.so
NOTE: Couldn't find shared library provider for libSDL_Helpers.so
NOTE: Couldn't find shared library provider for libSerializeClass.so
NOTE: Couldn't find shared library provider for libPlutoUtils.so

What do I need to add to the bb file so that it will find these or their bb files?

Rob
Title: Stupid Oe Question
Post by: Mickeyl on January 17, 2007, 05:46:58 pm
That's due to some packages not providing proper libtools. Usually it can be ignored.
Title: Stupid Oe Question
Post by: DoTheDog on January 18, 2007, 11:35:50 am
Thanks Mickeyl,
I created the bb files for all those packages, so I guess I am asking, what I need to do so that they can all be included in one ipk? or is that bad form?

Rob
Title: Stupid Oe Question
Post by: Mickeyl on January 18, 2007, 12:33:14 pm
Usually we love high granularity, so i recommend adding another ipkg which just RDEPENDS on the packages you want to install with one click/command.
Title: Stupid Oe Question
Post by: DoTheDog on January 19, 2007, 04:41:56 pm
Mickeyl,
Is there a good example of something like that? Something that pulls packages from other bb files? I tried, just creating a bb file with just the RDEPENDS line, but it had trouble during do_package.

Rob
Title: Stupid Oe Question
Post by: Mickeyl on January 20, 2007, 05:29:13 am
Check the tasks directory, it's full of "virtual" packages.