summaryrefslogtreecommitdiffstats
path: root/recipes-support/opencv/opencv_4.5.2.imx.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-support/opencv/opencv_4.5.2.imx.bb')
-rw-r--r--recipes-support/opencv/opencv_4.5.2.imx.bb2
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 e92d26cb..331189ea 100644
--- a/recipes-support/opencv/opencv_4.5.2.imx.bb
+++ b/recipes-support/opencv/opencv_4.5.2.imx.bb
@@ -111,7 +111,7 @@ EXTRA_OECMAKE:append:x86 = " -DX86=ON"
111 111
112PACKAGECONFIG ??= "gapi python3 eigen jpeg png tiff v4l libv4l gstreamer samples tbb gphoto2 \ 112PACKAGECONFIG ??= "gapi python3 eigen jpeg png tiff v4l libv4l gstreamer samples tbb gphoto2 \
113 ${@bb.utils.contains("DISTRO_FEATURES", "x11", "gtk", "", d)} \ 113 ${@bb.utils.contains("DISTRO_FEATURES", "x11", "gtk", "", d)} \
114 ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "libav", "", d)}" 114 ${@bb.utils.contains("LICENSE_FLAGS_ACCEPTED", "commercial", "libav", "", d)}"
115 115
116# TBB does not build for powerpc so disable that package config 116# TBB does not build for powerpc so disable that package config
117PACKAGECONFIG:remove:powerpc = "tbb" 117PACKAGECONFIG:remove:powerpc = "tbb"