aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-01-23 11:14:43 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2012-01-23 16:23:12 +0100
commit1fd309ff9c034c4ae796392901997a3522af03b4 (patch)
tree6a6d26d57c1edce4882c6fa48e9fe0cdf76c4e0c /meta-oe
parent46ea6113c636a480482d968b160cc22d28e1663d (diff)
downloadmeta-openembedded-contrib-1fd309ff9c034c4ae796392901997a3522af03b4.tar.gz
libav: update to 0.6.5
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-multimedia/libav/libav_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-multimedia/libav/libav_git.bb b/meta-oe/recipes-multimedia/libav/libav_git.bb
index d5480f7918..50512652a6 100644
--- a/meta-oe/recipes-multimedia/libav/libav_git.bb
+++ b/meta-oe/recipes-multimedia/libav/libav_git.bb
@@ -7,12 +7,12 @@ LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
"
# When bumping SRCREV make sure you bump PR here and in dependant recipes (gst-ffmpeg, gnash, omxil, etc) to account for SOVERSION changes
-SRCREV = "c6c2dfcf15c1d93b2189adff6f71c5c4b6b05338"
+SRCREV = "62c473934822afd317dfef27754a0ff71f58ce2a"
-PV = "0.6.2+${PR}+gitr${SRCPV}"
-PR = "${INC_PR}.1"
+PV = "0.6.5"
+PR = "${INC_PR}.0"
-SRC_URI = "git://git.libav.org/libav.git;protocol=git"
+SRC_URI = "git://git.libav.org/libav.git;protocol=git;branch=release/0.6"
S = "${WORKDIR}/git"