summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2013-12-07 20:12:01 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-10 17:42:44 +0000
commite7d1921fb8251f11027e8cdaed31f072797c30eb (patch)
tree225928007bf0a99134a4151fe48f2cdd102daaf6 /meta/recipes-multimedia
parentb9e1f1118e5afa11e3ea6f9ff1b070d99de4d5bd (diff)
downloadast2050-yocto-poky-e7d1921fb8251f11027e8cdaed31f072797c30eb.zip
ast2050-yocto-poky-e7d1921fb8251f11027e8cdaed31f072797c30eb.tar.gz
libav: Add v9.10
This version includes libavresample needed for packages like xbmc. To use this version add: PREFERRED_VERSION_libav = "9.10". Removed git version as being an older version of a 9.X release. (From OE-Core rev: d142fcea02438e06338a1d1a5644667fdda59172) Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r--meta/recipes-multimedia/libav/libav_9.10.bb (renamed from meta/recipes-multimedia/libav/libav_git.bb)11
1 files changed, 4 insertions, 7 deletions
diff --git a/meta/recipes-multimedia/libav/libav_git.bb b/meta/recipes-multimedia/libav/libav_9.10.bb
index 951baa9..48bab7d 100644
--- a/meta/recipes-multimedia/libav/libav_git.bb
+++ b/meta/recipes-multimedia/libav/libav_9.10.bb
@@ -5,12 +5,9 @@ LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
file://COPYING.LGPLv2.1;md5=bd7a443320af8c812e4c18d1b79df004 \
file://COPYING.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02"
-PV = "9.8+git${SRCPV}"
+SRC_URI = "http://libav.org/releases/${BP}.tar.xz"
-DEFAULT_PREFERENCE = "-1"
-
-SRCREV = "9aaca159bd220582c698f13d081a455f398c9975"
-SRC_URI = "git://git.libav.org/libav.git"
-
-S = "${WORKDIR}/git"
+SRC_URI[md5sum] = "4b49d1d8734815ca095bb0600d41c5cb"
+SRC_URI[sha256sum] = "83dbe640779da1c1e8d8836c99575f57f749d18407494ebca451578afee9300d"
+DEFAULT_PREFERENCE = "-1"
OpenPOWER on IntegriCloud