From: Max Krummenacher Date: Sun, 6 Mar 2022 09:47:39 +0000 (+0100) Subject: opencv: follow oe-core's variable name changes X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=697f7f33874f4cefb8ca5178ceb3a58bcfac082e;p=meta-freescale.git opencv: follow oe-core's variable name changes Signed-off-by: Max Krummenacher --- 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" PACKAGECONFIG ??= "gapi python3 eigen jpeg png tiff v4l libv4l gstreamer samples tbb gphoto2 \ ${@bb.utils.contains("DISTRO_FEATURES", "x11", "gtk", "", d)} \ - ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "libav", "", d)}" + ${@bb.utils.contains("LICENSE_FLAGS_ACCEPTED", "commercial", "libav", "", d)}" # TBB does not build for powerpc so disable that package config PACKAGECONFIG:remove:powerpc = "tbb"