diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2014-08-14 14:15:42 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-15 18:21:47 +0100 |
commit | 58bd515fdeeab852a9e36e7071b7e34cf0efafe9 (patch) | |
tree | 8a5def60a12e0c7762aa664d43795c73ec3ca37e /meta/recipes-multimedia/libav/libav_9.16.bb | |
parent | ab8365bc2a476989ea99a97369968396e1e3c476 (diff) | |
download | poky-58bd515fdeeab852a9e36e7071b7e34cf0efafe9.tar.gz |
libav: update 9.x version to 9.16
(From OE-Core rev: 32e95316db40d20bb2aa7dd48e35114f3ea7a0ee)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/libav/libav_9.16.bb')
-rw-r--r-- | meta/recipes-multimedia/libav/libav_9.16.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/libav/libav_9.16.bb b/meta/recipes-multimedia/libav/libav_9.16.bb new file mode 100644 index 0000000000..d0468859a9 --- /dev/null +++ b/meta/recipes-multimedia/libav/libav_9.16.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | require libav.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | ||
4 | file://COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \ | ||
5 | file://COPYING.LGPLv2.1;md5=bd7a443320af8c812e4c18d1b79df004 \ | ||
6 | file://COPYING.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02" | ||
7 | |||
8 | SRC_URI = "http://libav.org/releases/${BP}.tar.xz" | ||
9 | |||
10 | SRC_URI[md5sum] = "7b44b75cec24b8e7545e5029e76917e0" | ||
11 | SRC_URI[sha256sum] = "ca846473b0b8ed8e3404c52e5e92df6d35cb5fa487eec498525de3ffda4367a0" | ||
12 | |||
13 | DEFAULT_PREFERENCE = "-1" | ||