From 271184dba0fe9204d3bb68473edd50f543197f31 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 25 Nov 2010 11:38:54 +0100 Subject: [PATCH] ffmpeg: bump SRCREV Signed-off-by: Koen Kooi --- recipes/ffmpeg/ffmpeg.inc | 2 +- recipes/ffmpeg/ffmpeg_svn.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/ffmpeg/ffmpeg.inc b/recipes/ffmpeg/ffmpeg.inc index 4352339119..b6dfe53943 100644 --- a/recipes/ffmpeg/ffmpeg.inc +++ b/recipes/ffmpeg/ffmpeg.inc @@ -47,7 +47,7 @@ ffmpeg_create_compat_links() { cd ${SYSROOT_DESTDIR}${STAGING_INCDIR}/ffmpeg for lib in ${FFMPEG_LIBS}; do - ln -s ../$lib/*.h '.' + ln -s ../$lib/*.h '.' || true done } diff --git a/recipes/ffmpeg/ffmpeg_svn.bb b/recipes/ffmpeg/ffmpeg_svn.bb index 80c79b6c6a..6f51a6010a 100644 --- a/recipes/ffmpeg/ffmpeg_svn.bb +++ b/recipes/ffmpeg/ffmpeg_svn.bb @@ -6,7 +6,7 @@ LICENSE = "GPLv2+" DEPENDS += "virtual/libsdl schroedinger libgsm libvpx" # When bumping SRCREV make sure you bump PR here and in dependant recipes (gst-ffmpeg, gnash, omxil, etc) to account for SOVERSION changes -SRCREV = "24596" +SRCREV = "25825" PV = "0.6+${PR}+svnr${SRCPV}" PR = "${INC_PR}.3" -- 2.39.5