diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2013-12-05 11:01:41 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-05 14:25:29 +0000 |
commit | e2e6756083aa52a10923b8c0c748085dc8baa6a3 (patch) | |
tree | 98776427fbf83300e36a0e60eb5165406798ab95 /meta | |
parent | 77c1320175db717179acdbc2205027acb65d548e (diff) | |
download | poky-e2e6756083aa52a10923b8c0c748085dc8baa6a3.tar.gz |
libav: Update to v0.8.9
(From OE-Core rev: a3c906102d19924ad3b38ef1cd3d8094dd35aa64)
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-multimedia/libav/libav-0.8.9/0001-configure-enable-pic-for-AArch64.patch (renamed from meta/recipes-multimedia/libav/libav-0.8.8/0001-configure-enable-pic-for-AArch64.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-multimedia/libav/libav_0.8.9.bb (renamed from meta/recipes-multimedia/libav/libav_0.8.8.bb) | 8 |
2 files changed, 3 insertions, 5 deletions
diff --git a/meta/recipes-multimedia/libav/libav-0.8.8/0001-configure-enable-pic-for-AArch64.patch b/meta/recipes-multimedia/libav/libav-0.8.9/0001-configure-enable-pic-for-AArch64.patch index d9b22b9b6a..d9b22b9b6a 100644 --- a/meta/recipes-multimedia/libav/libav-0.8.8/0001-configure-enable-pic-for-AArch64.patch +++ b/meta/recipes-multimedia/libav/libav-0.8.9/0001-configure-enable-pic-for-AArch64.patch | |||
diff --git a/meta/recipes-multimedia/libav/libav_0.8.8.bb b/meta/recipes-multimedia/libav/libav_0.8.9.bb index 9cb4cf29b0..065a6d2560 100644 --- a/meta/recipes-multimedia/libav/libav_0.8.8.bb +++ b/meta/recipes-multimedia/libav/libav_0.8.9.bb | |||
@@ -1,10 +1,10 @@ | |||
1 | require libav.inc | 1 | require libav.inc |
2 | 2 | ||
3 | SRC_URI = "http://libav.org/releases/libav-0.8.8.tar.xz \ | 3 | SRC_URI = "http://libav.org/releases/libav-0.8.9.tar.xz \ |
4 | file://0001-configure-enable-pic-for-AArch64.patch" | 4 | file://0001-configure-enable-pic-for-AArch64.patch" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "34b8f1279a04466386ed67731197efe3" | 6 | SRC_URI[md5sum] = "7c0e5743cd5c4d4b1bcafd02a2e82e09" |
7 | SRC_URI[sha256sum] = "e95cf618eb6239177a62c46f15e840c37e02e8308baf94912fc5910ff4aacbf2" | 7 | SRC_URI[sha256sum] = "4f5181164e4007d5b0013bb3cc5e3b7393ab71ac286319c714b7697e2784f77f" |
8 | 8 | ||
9 | LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 9 | LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
10 | file://COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \ | 10 | file://COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \ |
@@ -14,5 +14,3 @@ LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | |||
14 | EXTRA_OECONF += " \ | 14 | EXTRA_OECONF += " \ |
15 | --enable-postproc \ | 15 | --enable-postproc \ |
16 | " | 16 | " |
17 | |||
18 | |||