From: Koen Kooi <[email protected]> cherry-picked Koen's mainline libav patch to fix invalid git.ffmpeg.org repo
Signed-off-by: Koen Kooi <[email protected]> Signed-off-by: Matt Porter <[email protected]> --- recipes/ffmpeg/ffmpeg_git.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/recipes/ffmpeg/ffmpeg_git.bb b/recipes/ffmpeg/ffmpeg_git.bb index d84653a..57b2c31 100644 --- a/recipes/ffmpeg/ffmpeg_git.bb +++ b/recipes/ffmpeg/ffmpeg_git.bb @@ -12,7 +12,7 @@ DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_angstrom = "1" DEFAULT_PREFERENCE_shr = "1" -SRC_URI = "git://git.ffmpeg.org/ffmpeg.git;protocol=git" +SRC_URI = "git://git.libav.org/libav.git;protocol=git" S = "${WORKDIR}/git" B = "${S}/build.${HOST_SYS}.${TARGET_SYS}" -- 1.7.1 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
