[oe] [meta-oe][PATCH 4/5] libav: Update git version to 2012-10-04 snapshot

Otavio Salvador otavio at ossystems.com.br
Sat Oct 6 20:18:29 UTC 2012


This package depends on libpostproc to ensure same set of libraries is
provided for runtime.

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
 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 5051265..d12bd9d 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
 
 LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
                     file://COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \
-                    file://COPYING.LGPLv2.1;md5=e344c8fa836c3a41c4cbd79d7bd3a379 \
-                    file://COPYING.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
-"
+                    file://COPYING.LGPLv2.1;md5=bd7a443320af8c812e4c18d1b79df004 \
+                    file://COPYING.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02"
 
-# When bumping SRCREV make sure you bump PR here and in dependant recipes (gst-ffmpeg, gnash, omxil, etc) to account for SOVERSION changes
-SRCREV = "62c473934822afd317dfef27754a0ff71f58ce2a"
-
-PV = "0.6.5"
+DEPENDS += "libpostproc"
+PV = "0.8.99+git${SRCPV}"
 PR = "${INC_PR}.0"
 
-SRC_URI = "git://git.libav.org/libav.git;protocol=git;branch=release/0.6"
+DEFAULT_PREFERENCE = "-1"
 
-S = "${WORKDIR}/git"
+# When bumping SRCREV make sure you bump PR here and in dependant
+# recipes (gst-ffmpeg, gnash, omxil, etc) to account for SOVERSION
+# changes
+SRCREV = "4673a5a761f329af0aa56fc84f34ed898188bfa2"
+SRC_URI = "git://git.libav.org/libav.git;protocol=git"
 
+S = "${WORKDIR}/git"
 
+# postproc has been split
+EXTRA_OECONF := "${@oe_filter_out('--enable-postproc', '${EXTRA_OECONF}', d)}"
-- 
1.7.2.5





More information about the Openembedded-devel mailing list