summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/opencv/opencv_4.5.2.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/opencv/opencv_4.5.2.bb b/meta-oe/recipes-support/opencv/opencv_4.5.2.bb
index 361ac0cb9..8d557e086 100644
--- a/meta-oe/recipes-support/opencv/opencv_4.5.2.bb
+++ b/meta-oe/recipes-support/opencv/opencv_4.5.2.bb
@@ -230,4 +230,8 @@ do_install:append() {
230 sed -e 's@${STAGING_DIR_HOST}@@g' \ 230 sed -e 's@${STAGING_DIR_HOST}@@g' \
231 -i ${D}${libdir}/cmake/opencv4/OpenCVModules.cmake 231 -i ${D}${libdir}/cmake/opencv4/OpenCVModules.cmake
232 fi 232 fi
233 # remove setup_vars_opencv4.sh as its content is confusing and useless
234 if [ -f ${D}${bindir}/setup_vars_opencv4.sh ]; then
235 rm -rf ${D}${bindir}/setup_vars_opencv4.sh
236 fi
233} 237}