diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2022-03-06 10:47:39 +0100 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2022-03-06 11:13:59 +0100 |
commit | 697f7f33874f4cefb8ca5178ceb3a58bcfac082e (patch) | |
tree | 0b6d8bf612d8f5a66e47081f31f8da2d436e1d82 /recipes-support/opencv | |
parent | 9d4e53017385d548aaeec4d8e756ea263c26dc33 (diff) | |
download | meta-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/opencv')
-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 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 | ||
112 | PACKAGECONFIG ??= "gapi python3 eigen jpeg png tiff v4l libv4l gstreamer samples tbb gphoto2 \ | 112 | PACKAGECONFIG ??= "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 |
117 | PACKAGECONFIG:remove:powerpc = "tbb" | 117 | PACKAGECONFIG:remove:powerpc = "tbb" |