opencv: blacklist, not compatible with currently used ffmpeg 3

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2016-03-02 17:14:06 +01:00
parent ecc783cb2b
commit 920b489ab4
3 changed files with 8 additions and 0 deletions
@@ -37,3 +37,5 @@ do_install() {
FILES_${PN}-dev += "${datadir}/opencv/samples/*.c* ${datadir}/opencv/samples/*.vcp* ${datadir}/opencv/samples/build*"
FILES_${PN} += "${bindir} ${datadir}/opencv"
PNBLACKLIST[opencv-samples] ?= "Depends on blacklisted opencv"
@@ -103,3 +103,6 @@ do_install_append() {
rm -rf ${D}/usr/lib
fi
}
# http://errors.yoctoproject.org/Errors/Details/40660/
PNBLACKLIST[opencv] ?= "Not compatible with currently used ffmpeg 3"
@@ -131,3 +131,6 @@ do_install_append() {
install -d ${D}${datadir}/OpenCV/samples/bin/
cp -f bin/*-tutorial-* bin/*-example-* ${D}${datadir}/OpenCV/samples/bin/
}
# http://errors.yoctoproject.org/Errors/Details/40660/
PNBLACKLIST[opencv] ?= "Not compatible with currently used ffmpeg 3"