mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-06 22:24:36 +02:00
qtjsbackend: fix SRC_URI formatting
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -10,7 +10,7 @@ inherit native
|
||||
SRC_URI += "\
|
||||
file://qmake.conf \
|
||||
file://0001-Install-the-mkv8snapshot-tool-to-the-native-side.patch \
|
||||
"
|
||||
"
|
||||
|
||||
# Bitbake will not respect the make order set by qmake and at times it will try to compile
|
||||
# parts of the source tree with out the 'mkv8snapshot' tool if it is enabled and that will fail
|
||||
|
||||
@@ -9,8 +9,8 @@ inherit qmake5
|
||||
|
||||
SRC_URI += " \
|
||||
file://module_qmake.conf \
|
||||
file://0002-Make-sure-that-we-pick-up-the-mkv8snapshot-tool.patch \
|
||||
"
|
||||
file://0002-Make-sure-that-we-pick-up-the-mkv8snapshot-tool.patch \
|
||||
"
|
||||
|
||||
# Bitbake will not respect the make order set by qmake and at times it will try to compile
|
||||
# parts of the source tree with out the 'mkv8snapshot' tool if it is enabled and that will fail
|
||||
|
||||
Reference in New Issue
Block a user