On Friday 04 December 2009, vivek tambakad wrote: > Hi , > I am compiling linphone for the compulab Em-x270 xsacle board.I > get following errors in openembedded with the > "bitbake linphone" command. > > NOTE: Task failed: Error: > /home/vivek/development/em-x270/stuff/openembedded/recipes/linphone/linphon > e-3.1.0/./b64_assert.patch not found. > ERROR: TaskFailed event exception, aborting > ERROR: Build of > /home/vivek/development/em-x270/stuff//openembedded/recipes/linphone/ > linphone_3.1.0.bb do_patch failed > ERROR: Task 4 > (/home/vivek/development/em-x270/stuff//openembedded/recipes/linphone/ > linphone_3.1.0.bb, do_patch) failed > > Please guide me in this
This is an OE bug. There is either an error in OE's bitbake recipe, or a missing file in the OE tree. The recipe is telling bitbake to patch the linphone source with patch file openembedded/recipes/linphone/linphone-3.1.0/b64_assert.patch but the file isn't there. You can edit the recipe openembedded/recipes/linphone/linphone_3.1.0.bb to remove the offending reference: SRC_URI = "http://download.savannah.nongnu.org/releases/linphone/3.1.x/sources/linphone-${PV}.tar.gz \ file://b64_assert.patch;patch=1 \ << remove this line file://preferences-segv.patch;patch=1 \ " _______________________________________________ Linphone-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/linphone-users
