diff options
| -rw-r--r-- | meta-oe/recipes-support/opencv/opencv_4.5.2.bb | 4 |
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 361ac0cb95..8d557e0868 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 | } |
