On 22/01/2011 11:35, Lars Michelsen wrote: > Hello, > > On 22/01/11 11:59, Koen Kooi wrote: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> On 22-01-11 01:01, Lars Michelsen wrote: >> >>> + # Ensure matching ffmpeg revision in sub repositories of >>> mplayer source >>> + # >>> + # It seems that the directories which are fetched from other >>> repositories >>> + # get always the newest revision. This is not good for this >>> build since >>> + # mplayer and ffmpeg code needs to fit. >>> + # So we go to the subdirs and checkout the ffmpeg revision >>> fitting our >>> + # mplayer rev. >>> + cd ffmpeg&& \ >>> + svn up -r 25825&& \ >>> + cd .. >>> + >> >> NAK, we don't alllow network access from inside the recipe. > > OK. As I commented I am also unhappy with this. > Do you have a better idea? > A recipe can have multiple svn sources, so you can fetch ffmpeg into a seperate directory then move it into the mplayer one overwriting whatever mplayer checked out.
G _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
