aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/opencv
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-01-12 09:21:34 -0800
committerKhem Raj <raj.khem@gmail.com>2022-01-12 09:35:18 -0800
commit1d2da22e770c8952248ddd0ff9a18207916a17fc (patch)
treebf87b72f9256ea540ed3903624572b926c5b0e6e /meta-oe/recipes-support/opencv
parent1bdbdf3a7e09b387fa25a3fa0dc0f15188cb5331 (diff)
downloadmeta-openembedded-contrib-1d2da22e770c8952248ddd0ff9a18207916a17fc.tar.gz
meta-oe: Use setuptools3-base
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/opencv')
-rw-r--r--meta-oe/recipes-support/opencv/opencv_4.5.2.bb2
1 files changed, 1 insertions, 1 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 da1c72f298..2f2a505ed3 100644
--- a/meta-oe/recipes-support/opencv/opencv_4.5.2.bb
+++ b/meta-oe/recipes-support/opencv/opencv_4.5.2.bb
@@ -141,7 +141,7 @@ PACKAGECONFIG[v4l] = "-DWITH_V4L=ON,-DWITH_V4L=OFF,v4l-utils,"
inherit pkgconfig cmake
-inherit ${@bb.utils.contains('PACKAGECONFIG', 'python3', 'distutils3-base', '', d)}
+inherit ${@bb.utils.contains('PACKAGECONFIG', 'python3', 'setuptools3-base', '', d)}
inherit ${@bb.utils.contains('PACKAGECONFIG', 'python2', 'distutils-base', '', d)}
export PYTHON_CSPEC="-I${STAGING_INCDIR}/${PYTHON_DIR}"