diff options
-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" |