From ffc2911bcec031836a1c003dcb1506b765a9bf35 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 11 Dec 2012 00:37:10 +0100 Subject: [PATCH] qtjsbackend: fix SRC_URI formatting Signed-off-by: Martin Jansa --- recipes-qt/qt5/qtjsbackend-native.inc | 2 +- recipes-qt/qt5/qtjsbackend.inc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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