mirror of
https://github.com/nxp-imx/meta-imx.git
synced 2025-10-22 23:32:16 +02:00
fsl-imx-base.inc: Fix fetcher failure for Qt 5.15.2 [YOCIMX-6895]
The Qt bugfix branches are removed, so the meta-qt5 recipes are broken:
```
ERROR: qtbase-5.15.2+gitAUTOINC+40143c189b-r0 do_fetch: Fetcher failure: Unable to find revision 40143c189b7c1bf3c2058b77d00ea5c4e3be8b28 in branch 5.15.2 even from upstream
ERROR: qtbase-5.15.2+gitAUTOINC+40143c189b-r0 do_fetch: Fetcher failure for URL: 'git://code.qt.io/qt/qtbase.git;name=qtbase;branch=5.15.2;protocol=git'. Unable to fetch URL from any source.
```
Fix the problem by disabling branch checking.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
(cherry picked from commit 4bba4a5dc9
)
This commit is contained in:
parent
cc4c2d1c84
commit
60905dc94d
|
@ -16,3 +16,7 @@ DISTRO_FEATURES_append_mx8 = " virtualization"
|
|||
INHERIT_remove = "uninative"
|
||||
|
||||
PACKAGECONFIG_append_pn-gstreamer1.0-plugins-ugly = " x264"
|
||||
|
||||
# Set nobranch since bugfix branches like 5.15.2 were dropped
|
||||
QT_MODULE_BRANCH_PARAM = "${QT_MODULE_BRANCH_PARAM_IMX}"
|
||||
QT_MODULE_BRANCH_PARAM_IMX ?= "nobranch=1"
|
||||
|
|
Loading…
Reference in New Issue
Block a user