diff options
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-multimedia/libav/libav_0.6.5.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-oe/recipes-multimedia/libav/libav_0.6.5.bb b/meta-oe/recipes-multimedia/libav/libav_0.6.5.bb deleted file mode 100644 index 962e253012..0000000000 --- a/meta-oe/recipes-multimedia/libav/libav_0.6.5.bb +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 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=e344c8fa836c3a41c4cbd79d7bd3a379 \ | ||
| 6 | file://COPYING.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02 \ | ||
| 7 | " | ||
| 8 | |||
| 9 | # When bumping SRCREV make sure you bump PR here and in dependant recipes (gst-ffmpeg, gnash, omxil, etc) to account for SOVERSION changes | ||
| 10 | SRCREV = "62c473934822afd317dfef27754a0ff71f58ce2a" | ||
| 11 | |||
| 12 | PV = "0.6.5" | ||
| 13 | PR = "${INC_PR}.0" | ||
| 14 | |||
| 15 | SRC_URI = "git://git.libav.org/libav.git;protocol=git;branch=release/0.6" | ||
| 16 | |||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | |||
| 19 | EXTRA_OECONF += "--disable-stripping \ | ||
| 20 | --enable-avfilter-lavf \ | ||
| 21 | " | ||
| 22 | |||
