mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
opencv: blacklist, not compatible with currently used ffmpeg 3
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user