diff options
-rw-r--r-- | recipes/ffmpeg/ffmpeg_svn.bb | 2 | ||||
-rw-r--r-- | recipes/ffmpeg/omapfbplay_git.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/ffmpeg/ffmpeg_svn.bb b/recipes/ffmpeg/ffmpeg_svn.bb index 6f2717fbed..2832d37716 100644 --- a/recipes/ffmpeg/ffmpeg_svn.bb +++ b/recipes/ffmpeg/ffmpeg_svn.bb @@ -2,7 +2,7 @@ require ffmpeg.inc DEPENDS += "schroedinger libgsm" -SRCREV = "19958" +SRCREV = "20024" PE = "1" PV = "0.5.0+${PR}+svnr${SRCREV}" diff --git a/recipes/ffmpeg/omapfbplay_git.bb b/recipes/ffmpeg/omapfbplay_git.bb index 9962ec2688..89c845030a 100644 --- a/recipes/ffmpeg/omapfbplay_git.bb +++ b/recipes/ffmpeg/omapfbplay_git.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Simple ffmpeg-based player that uses the omapfb overlays" DEPENDS = "bzip2 lame ffmpeg virtual/kernel" LICENSE = "MIT" -PR = "r16" +PR = "r17" PV = "0.0+${PR}+gitr${SRCREV}" |