Fixes the following configure error:
ERROR: Feature "webengine_printing_and_pdf": Forcing to "ON" breaks its condition:
| TARGET Qt::PrintSupport AND QT_FEATURE_printer AND ( CUPS_FOUND OR NOT LINUX )
| Condition values dump:
| TARGET Qt::PrintSupport found
| QT_FEATURE_printer = "ON"
| CUPS_FOUND = "FALSE"
| LINUX = "1"
Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
Patch file is removed long back in the following commit.
commit cf52cf6211
Author: Neena Busireddy <neenareddy.busireddy@nxp.com>
Date: Fri Apr 10 17:08:46 2020 -0500
qtwayland: Remove the patches that are already in qt 5.15
Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
Upstream added a sanity check for allarch packagegroups
0562ab6593
Fixes following errros:
ERROR: packagegroup-fsl-tools-audio-1.0-r0 do_package_write_deb: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (imx-sw-pdm to libimxswpdm1)
ERROR: packagegroup-fsl-tools-audio-1.0-r0 do_package_write_deb: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (imx-sw-pdm-dev to libimxswpdm-dev)
ERROR: packagegroup-fsl-tools-audio-1.0-r0 do_package_write_deb: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (imx-sw-pdm-dbg to libimxswpdm-dbg)
ERROR: packagegroup-imx-ml-1.0-r0 do_package_write_deb: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (nnshark to libgstshark0)
ERROR: packagegroup-imx-ml-1.0-r0 do_package_write_deb: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (onnxruntime to libonnxruntime1.10.0)
ERROR: packagegroup-imx-ml-1.0-r0 do_package_write_deb: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (tensorflow-lite to libtensorflow-lite2.6.0)
ERROR: packagegroup-imx-ml-1.0-r0 do_package_write_deb: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (nnshark-dbg to libgstshark-dbg)
ERROR: packagegroup-imx-ml-1.0-r0 do_package_write_deb: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (onnxruntime-dbg to libonnxruntime-dbg)
ERROR: packagegroup-imx-ml-1.0-r0 do_package_write_deb: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (tensorflow-lite-dbg to libtensorflow-lite-dbg)
ERROR: packagegroup-imx-ml-1.0-r0 do_package_write_deb: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (nnshark-dev to libgstshark-dev)
ERROR: packagegroup-imx-ml-1.0-r0 do_package_write_deb: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (onnxruntime-dev to libonnxruntime-dev)
ERROR: packagegroup-imx-ml-1.0-r0 do_package_write_deb: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (tensorflow-lite-dev to libtensorflow-lite-dev)
ERROR: packagegroup-qt6-imx-1.0-r0 do_package_write_deb: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (libxkbcommon to libxkbcommon0)
Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
tensorflow-lite is broken because of the download hash mismatch error.
Remove packagegroup-imx-ml temporarily until this issue is fixed.
Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>