adding pjsip to my openmoko overlay – part 2

since my last post i’ve made some progress with my bitbake recipe to build the pjsip project for openmoko. the first problem i ran into with the install was bitbake complaining that files from a .svn subdirectory from the source tree couldn’t be installed because of a permission problem. those files shouldn’t be installed anyway [...]

adding pjsip to my openmoko overlay

continuing my quest for a programmable sip client on openmoko, i’ve been working on adding pjsip to my openembedded overlay. adding a new package to openembedded is quite daunting at first but there are some great resources out there: http://linuxtogo.org/~mickeyl/tools/FOSDEM2005.pdf – overview of openembedded & bitbake http://www.openembedded.org/wiki/Bbfile – overview of bitbake files http://bitbake.berlios.de/manual/ – the [...]