summaryrefslogtreecommitdiffstats
path: root/recipes-support
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2022-03-06 10:47:39 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2022-03-06 11:13:59 +0100
commit697f7f33874f4cefb8ca5178ceb3a58bcfac082e (patch)
tree0b6d8bf612d8f5a66e47081f31f8da2d436e1d82 /recipes-support
parent9d4e53017385d548aaeec4d8e756ea263c26dc33 (diff)
downloadmeta-freescale-697f7f33874f4cefb8ca5178ceb3a58bcfac082e.tar.gz
opencv: follow oe-core's variable name changes
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.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"