summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/opencv/opencv_3.2.bb
diff options
context:
space:
mode:
authorHuang Qiyu <huangqy.fnst@cn.fujitsu.com>2017-05-19 15:48:07 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2017-06-05 11:01:42 +0200
commit2e6d62fd47b9e6a859175ec5521f6ce2505f4b23 (patch)
treedafbabcdf874d28caa3eef1945910e820fc18ff9 /meta-oe/recipes-support/opencv/opencv_3.2.bb
parentd7b000b284f1f7cc288a3d7c36717b9b7b884340 (diff)
downloadmeta-openembedded-2e6d62fd47b9e6a859175ec5521f6ce2505f4b23.tar.gz
opencv: Make opencv-ts create share library intead of static
Refer to other distro,make opencv-ts create share library intead of static. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/opencv/opencv_3.2.bb')
-rw-r--r--meta-oe/recipes-support/opencv/opencv_3.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/opencv/opencv_3.2.bb b/meta-oe/recipes-support/opencv/opencv_3.2.bb
index 98b6b0652..b6db37dd8 100644
--- a/meta-oe/recipes-support/opencv/opencv_3.2.bb
+++ b/meta-oe/recipes-support/opencv/opencv_3.2.bb
@@ -29,6 +29,8 @@ SRC_URI = "git://github.com/opencv/opencv.git;name=opencv \
29 file://useoeprotobuf.patch;patchdir=../contrib/ \ 29 file://useoeprotobuf.patch;patchdir=../contrib/ \
30 file://0001-Revert-cuda-fix-fp16-compilation.patch \ 30 file://0001-Revert-cuda-fix-fp16-compilation.patch \
31 file://0002-Revert-check-FP16-build-condition-correctly.patch \ 31 file://0002-Revert-check-FP16-build-condition-correctly.patch \
32 file://0001-Make-opencv-ts-create-share-library-intead-of-static.patch \
33 file://0001-To-fix-errors-as-following.patch \
32" 34"
33 35
34PV = "3.2+git${SRCPV}" 36PV = "3.2+git${SRCPV}"