diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2022-01-21 20:56:56 +0100 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2022-01-22 12:07:46 +0100 |
commit | 8bcfaa71e035b6a1f89d5da5eb3c27850eb5ae45 (patch) | |
tree | 040da1d9c540dd04a36166599954c616b28f559a /recipes-support | |
parent | 3239cd1604d957cb5d300e40f9ff41c6d2343c0d (diff) | |
download | meta-freescale-8bcfaa71e035b6a1f89d5da5eb3c27850eb5ae45.tar.gz |
opencv: imx: prevent warning about distutils
Merge latest opencv recipe in meta-openembedded. Prevents:
| WARNING: distutils-common-base.bbclass is deprecated, please use setuptools3-base.bbclass instead
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-support')
-rw-r--r-- | recipes-support/opencv/opencv_4.5.2.imx.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-support/opencv/opencv_4.5.2.imx.bb b/recipes-support/opencv/opencv_4.5.2.imx.bb index f84e29d7..df277d0e 100644 --- a/recipes-support/opencv/opencv_4.5.2.imx.bb +++ b/recipes-support/opencv/opencv_4.5.2.imx.bb | |||
@@ -147,7 +147,7 @@ PACKAGECONFIG[v4l] = "-DWITH_V4L=ON,-DWITH_V4L=OFF,v4l-utils," | |||
147 | 147 | ||
148 | inherit pkgconfig cmake | 148 | inherit pkgconfig cmake |
149 | 149 | ||
150 | inherit ${@bb.utils.contains('PACKAGECONFIG', 'python3', 'distutils3-base', '', d)} | 150 | inherit ${@bb.utils.contains('PACKAGECONFIG', 'python3', 'setuptools3-base', '', d)} |
151 | inherit ${@bb.utils.contains('PACKAGECONFIG', 'python2', 'distutils-base', '', d)} | 151 | inherit ${@bb.utils.contains('PACKAGECONFIG', 'python2', 'distutils-base', '', d)} |
152 | 152 | ||
153 | export PYTHON_CSPEC="-I${STAGING_INCDIR}/${PYTHON_DIR}" | 153 | export PYTHON_CSPEC="-I${STAGING_INCDIR}/${PYTHON_DIR}" |