summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-multimedia')
-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 d5480f791..50512652a 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 \
7" 7"
8 8
9# When bumping SRCREV make sure you bump PR here and in dependant recipes (gst-ffmpeg, gnash, omxil, etc) to account for SOVERSION changes 9# When bumping SRCREV make sure you bump PR here and in dependant recipes (gst-ffmpeg, gnash, omxil, etc) to account for SOVERSION changes
10SRCREV = "c6c2dfcf15c1d93b2189adff6f71c5c4b6b05338" 10SRCREV = "62c473934822afd317dfef27754a0ff71f58ce2a"
11 11
12PV = "0.6.2+${PR}+gitr${SRCPV}" 12PV = "0.6.5"
13PR = "${INC_PR}.1" 13PR = "${INC_PR}.0"
14 14
15SRC_URI = "git://git.libav.org/libav.git;protocol=git" 15SRC_URI = "git://git.libav.org/libav.git;protocol=git;branch=release/0.6"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18