**** BEGIN LOGGING AT Mon Nov 07 02:59:57 2005 Nov 07 10:00:01 hi can anyone tell me how i can add a new package to my cross development system? on my Openslug i only have to do this 3 commands: configure, make , make install how have the *.bb file look like? Nov 07 10:02:32 SRC_URI = "http://bla/bla.tar.bz2" Nov 07 10:02:36 inherit autotools Nov 07 10:02:52 that's about it :) Nov 07 10:03:20 thx a lot Nov 07 10:03:49 can you tell me what i need to delete to recompile a package? Nov 07 10:04:55 bitbake -c clean ; bitbake Nov 07 10:05:59 http://oe.handhelds.org/cgi-bin/moin.cgi/bb_20file contains some hints about .bb files Nov 07 10:08:30 koen sorry but i always get an error when i do this : SRC_URI = "http://bla/bla.tar.bz2" Nov 07 10:08:37 inherit autotools Nov 07 10:10:10 the .bb file shut only do this : Download wxBase from http://sourceforge.net/projects/wxwindows/ and build it with ./configure, make, make install, ldconfig. Nov 07 10:11:11 but the url of the tar in SRC_URI Nov 07 10:11:32 'inherit autotools' takes care of the ./configure &&make &&make install part Nov 07 10:12:21 but i always get the Error: ERROR: function do_install failed Nov 07 10:12:30 maybe i forgot something? Nov 07 10:12:41 he is downloading the right file Nov 07 10:14:40 check the logs to see what is does Nov 07 10:15:36 i think i found the error. I am downloading version wxbase-2.6.2 but he always looks in the folder wxbase-1.0 Nov 07 10:16:13 I suspect the name of the bb is wrong Nov 07 10:16:20 it should be wxbase_2.6.2.bb Nov 07 10:16:40 your right thanks **** ENDING LOGGING AT Tue Nov 08 02:59:58 2005