diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-10-06 20:18:29 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-10-10 12:33:43 +0200 |
commit | 26a4e5d05a21e809b88d81a7bc94b5f9b9cc13b9 (patch) | |
tree | 3243e62c03d44442b9e6ff33857f930a56ef7f52 /meta-oe | |
parent | 2935a21d38de8b7130cbd80edfb097f2dac4a1d1 (diff) | |
download | meta-openembedded-26a4e5d05a21e809b88d81a7bc94b5f9b9cc13b9.tar.gz |
libav: Update git version to 2012-10-04 snapshot
This package depends on libpostproc to ensure same set of libraries is
provided for runtime.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-multimedia/libav/libav_git.bb | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/meta-oe/recipes-multimedia/libav/libav_git.bb b/meta-oe/recipes-multimedia/libav/libav_git.bb index 50512652a6..d12bd9d217 100644 --- a/meta-oe/recipes-multimedia/libav/libav_git.bb +++ b/meta-oe/recipes-multimedia/libav/libav_git.bb | |||
@@ -2,18 +2,22 @@ require libav.inc | |||
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 3 | LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
4 | file://COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \ | 4 | file://COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \ |
5 | file://COPYING.LGPLv2.1;md5=e344c8fa836c3a41c4cbd79d7bd3a379 \ | 5 | file://COPYING.LGPLv2.1;md5=bd7a443320af8c812e4c18d1b79df004 \ |
6 | file://COPYING.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02 \ | 6 | file://COPYING.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02" |
7 | " | ||
8 | 7 | ||
9 | # When bumping SRCREV make sure you bump PR here and in dependant recipes (gst-ffmpeg, gnash, omxil, etc) to account for SOVERSION changes | 8 | DEPENDS += "libpostproc" |
10 | SRCREV = "62c473934822afd317dfef27754a0ff71f58ce2a" | 9 | PV = "0.8.99+git${SRCPV}" |
11 | |||
12 | PV = "0.6.5" | ||
13 | PR = "${INC_PR}.0" | 10 | PR = "${INC_PR}.0" |
14 | 11 | ||
15 | SRC_URI = "git://git.libav.org/libav.git;protocol=git;branch=release/0.6" | 12 | DEFAULT_PREFERENCE = "-1" |
16 | 13 | ||
17 | S = "${WORKDIR}/git" | 14 | # When bumping SRCREV make sure you bump PR here and in dependant |
15 | # recipes (gst-ffmpeg, gnash, omxil, etc) to account for SOVERSION | ||
16 | # changes | ||
17 | SRCREV = "4673a5a761f329af0aa56fc84f34ed898188bfa2" | ||
18 | SRC_URI = "git://git.libav.org/libav.git;protocol=git" | ||
18 | 19 | ||
20 | S = "${WORKDIR}/git" | ||
19 | 21 | ||
22 | # postproc has been split | ||
23 | EXTRA_OECONF := "${@oe_filter_out('--enable-postproc', '${EXTRA_OECONF}', d)}" | ||