qtjsbackend: fix SRC_URI formatting
authorMartin Jansa <Martin.Jansa@gmail.com>
Mon, 10 Dec 2012 23:37:10 +0000 (00:37 +0100)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:43:37 +0000 (08:43 -0800)
(From meta-qt5 rev: ffc2911bcec031836a1c003dcb1506b765a9bf35)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-qt5/recipes-qt/qt5/qtjsbackend-native.inc
meta-qt5/recipes-qt/qt5/qtjsbackend.inc

index 7595e53..db70fd1 100644 (file)
@@ -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
index c9a5db9..1249493 100644 (file)
@@ -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