diff options
Diffstat (limited to 'meta-oe/recipes-support/opencv')
-rw-r--r-- | meta-oe/recipes-support/opencv/opencv_3.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/opencv/opencv_3.1.bb b/meta-oe/recipes-support/opencv/opencv_3.1.bb index 72bf5b4ce..1bbb965c8 100644 --- a/meta-oe/recipes-support/opencv/opencv_3.1.bb +++ b/meta-oe/recipes-support/opencv/opencv_3.1.bb | |||
@@ -138,7 +138,7 @@ do_install_append() { | |||
138 | sed -i '/blobtrack/d' ${D}${includedir}/opencv/cvaux.h | 138 | sed -i '/blobtrack/d' ${D}${includedir}/opencv/cvaux.h |
139 | 139 | ||
140 | # Move Python files into correct library folder (for multilib build) | 140 | # Move Python files into correct library folder (for multilib build) |
141 | if [ "$libdir" != "/usr/lib" ]; then | 141 | if [ "$libdir" != "/usr/lib" -a -d ${D}/usr/lib ]; then |
142 | mv ${D}/usr/lib/* ${D}/${libdir}/ | 142 | mv ${D}/usr/lib/* ${D}/${libdir}/ |
143 | rm -rf ${D}/usr/lib | 143 | rm -rf ${D}/usr/lib |
144 | fi | 144 | fi |