diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-12-21 14:00:50 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-01-18 10:59:53 +0100 |
commit | 61a5d633e97010436e0a56b35f699a2149e4c032 (patch) | |
tree | 7b98aaa8899e9cf071f952928784da3032feae15 | |
parent | 1b5e1c9551406d3e5d98e0468ee140c26851ab09 (diff) | |
download | meta-openembedded-61a5d633e97010436e0a56b35f699a2149e4c032.tar.gz |
libav: update to 0.8.4
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-multimedia/libav/libav_0.8.4.bb (renamed from meta-oe/recipes-multimedia/libav/libav_0.8.3.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-multimedia/libav/libav_0.8.3.bb b/meta-oe/recipes-multimedia/libav/libav_0.8.4.bb index 66a32c9b54..bed8ba3622 100644 --- a/meta-oe/recipes-multimedia/libav/libav_0.8.3.bb +++ b/meta-oe/recipes-multimedia/libav/libav_0.8.4.bb | |||
@@ -5,13 +5,13 @@ LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | |||
5 | file://COPYING.LGPLv2.1;md5=e344c8fa836c3a41c4cbd79d7bd3a379 \ | 5 | file://COPYING.LGPLv2.1;md5=e344c8fa836c3a41c4cbd79d7bd3a379 \ |
6 | file://COPYING.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02" | 6 | file://COPYING.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02" |
7 | 7 | ||
8 | PV = "0.8.3+git${SRCPV}" | 8 | PV = "0.8.4+git${SRCPV}" |
9 | PR = "${INC_PR}.0" | 9 | PR = "${INC_PR}.0" |
10 | 10 | ||
11 | # When bumping SRCREV make sure you bump PR here and in dependant | 11 | # When bumping SRCREV make sure you bump PR here and in dependant |
12 | # recipes (gst-ffmpeg, gnash, omxil, etc) to account for SOVERSION | 12 | # recipes (gst-ffmpeg, gnash, omxil, etc) to account for SOVERSION |
13 | # changes | 13 | # changes |
14 | SRCREV = "2fb4be9a99a2c2a9435339830e3d940171cc0d9b" | 14 | SRCREV = "2c8ce46250ff78191fe6565876ddc4bc03fdf519" |
15 | SRC_URI = "git://git.libav.org/libav.git;protocol=git;branch=release/0.8" | 15 | SRC_URI = "git://git.libav.org/libav.git;protocol=git;branch=release/0.8" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |