Author Topic: Stupid Oe Question  (Read 9476 times)

DoTheDog

  • Jr. Member
  • **
  • Posts: 92
    • View Profile
Stupid Oe Question
« 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
Z sl-c3100, Planex GW-CF11X Wifi, Home made docking station (4 port powered hub, 60GB 2.5" HD, Belkin Wired USB 10/100 Ethernet card), Belkin F8T003 ver 2.11 BT USB Dongle
Stock Sharp ROM, Tetsu's special kernel v18b, Lots of stuff gleaned off of Meanie's Incredible Site! Debian PocketWorkstation.
Z2 sl-c1000, OZ 3.5.4.1 GPE - Trying to make it a PlutoHome Orbiter

Mickeyl

  • Hero Member
  • *****
  • Posts: 1495
    • View Profile
    • http://www.Vanille.de
Stupid Oe Question
« Reply #1 on: January 17, 2007, 05:46:58 pm »
That's due to some packages not providing proper libtools. Usually it can be ignored.
Cheers,

Michael 'Mickey' Lauer | Embedded Linux Freelancer | www.Vanille-Media.de
Consider donating, if you like the software I contribute to.

DoTheDog

  • Jr. Member
  • **
  • Posts: 92
    • View Profile
Stupid Oe Question
« Reply #2 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
Z sl-c3100, Planex GW-CF11X Wifi, Home made docking station (4 port powered hub, 60GB 2.5" HD, Belkin Wired USB 10/100 Ethernet card), Belkin F8T003 ver 2.11 BT USB Dongle
Stock Sharp ROM, Tetsu's special kernel v18b, Lots of stuff gleaned off of Meanie's Incredible Site! Debian PocketWorkstation.
Z2 sl-c1000, OZ 3.5.4.1 GPE - Trying to make it a PlutoHome Orbiter

Mickeyl

  • Hero Member
  • *****
  • Posts: 1495
    • View Profile
    • http://www.Vanille.de
Stupid Oe Question
« Reply #3 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.
Cheers,

Michael 'Mickey' Lauer | Embedded Linux Freelancer | www.Vanille-Media.de
Consider donating, if you like the software I contribute to.

DoTheDog

  • Jr. Member
  • **
  • Posts: 92
    • View Profile
Stupid Oe Question
« Reply #4 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
Z sl-c3100, Planex GW-CF11X Wifi, Home made docking station (4 port powered hub, 60GB 2.5" HD, Belkin Wired USB 10/100 Ethernet card), Belkin F8T003 ver 2.11 BT USB Dongle
Stock Sharp ROM, Tetsu's special kernel v18b, Lots of stuff gleaned off of Meanie's Incredible Site! Debian PocketWorkstation.
Z2 sl-c1000, OZ 3.5.4.1 GPE - Trying to make it a PlutoHome Orbiter

Mickeyl

  • Hero Member
  • *****
  • Posts: 1495
    • View Profile
    • http://www.Vanille.de
Stupid Oe Question
« Reply #5 on: January 20, 2007, 05:29:13 am »
Check the tasks directory, it's full of "virtual" packages.
Cheers,

Michael 'Mickey' Lauer | Embedded Linux Freelancer | www.Vanille-Media.de
Consider donating, if you like the software I contribute to.