diff options
| -rw-r--r-- | meta-oe/recipes-support/opencv/opencv_4.12.0.bb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/opencv/opencv_4.12.0.bb b/meta-oe/recipes-support/opencv/opencv_4.12.0.bb index 539190553d..86af1ebc43 100644 --- a/meta-oe/recipes-support/opencv/opencv_4.12.0.bb +++ b/meta-oe/recipes-support/opencv/opencv_4.12.0.bb | |||
| @@ -214,7 +214,9 @@ do_install:append() { | |||
| 214 | fi | 214 | fi |
| 215 | done | 215 | done |
| 216 | 216 | ||
| 217 | # rename shape dir to avoid rootfs conflict with | 217 | if [ -d ${D}/${bindir}/shape ]; then |
| 218 | # mesa-demos /usr/bin/shape file. | 218 | # rename shape dir to avoid rootfs conflict with |
| 219 | mv ${D}/${bindir}/shape ${D}/${bindir}/opencv_shape | 219 | # mesa-demos /usr/bin/shape file. |
| 220 | mv ${D}/${bindir}/shape ${D}/${bindir}/opencv_shape | ||
| 221 | fi | ||
| 220 | } | 222 | } |
