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>
This commit is contained in:
Andrei Gherzan 2013-12-07 20:12:01 +02:00 committed by Richard Purdie
parent b9e1f1118e
commit e7d1921fb8
1 changed files with 4 additions and 7 deletions

View File

@ -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"
SRC_URI[md5sum] = "4b49d1d8734815ca095bb0600d41c5cb"
SRC_URI[sha256sum] = "83dbe640779da1c1e8d8836c99575f57f749d18407494ebca451578afee9300d"
DEFAULT_PREFERENCE = "-1"
SRCREV = "9aaca159bd220582c698f13d081a455f398c9975"
SRC_URI = "git://git.libav.org/libav.git"
S = "${WORKDIR}/git"