diff --git a/recipes-qt/qt5/qtjsbackend-native.inc b/recipes-qt/qt5/qtjsbackend-native.inc index 7595e53d5b..db70fd1153 100644 --- a/recipes-qt/qt5/qtjsbackend-native.inc +++ b/recipes-qt/qt5/qtjsbackend-native.inc @@ -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 diff --git a/recipes-qt/qt5/qtjsbackend.inc b/recipes-qt/qt5/qtjsbackend.inc index c9a5db913f..1249493b87 100644 --- a/recipes-qt/qt5/qtjsbackend.inc +++ b/recipes-qt/qt5/qtjsbackend.inc @@ -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