summaryrefslogtreecommitdiffstats
path: root/recipes-qt
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-12-11 00:37:10 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2012-12-11 02:09:52 +0100
commitffc2911bcec031836a1c003dcb1506b765a9bf35 (patch)
treebeb6415bd89770b39babf099286874e65e6834d3 /recipes-qt
parentb7cdb5428d2d73f2614227f8a4abebf06f446bae (diff)
downloadmeta-qt5-ffc2911bcec031836a1c003dcb1506b765a9bf35.tar.gz
qtjsbackend: fix SRC_URI formatting
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt')
-rw-r--r--recipes-qt/qt5/qtjsbackend-native.inc2
-rw-r--r--recipes-qt/qt5/qtjsbackend.inc4
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes-qt/qt5/qtjsbackend-native.inc b/recipes-qt/qt5/qtjsbackend-native.inc
index 7595e53d..db70fd11 100644
--- a/recipes-qt/qt5/qtjsbackend-native.inc
+++ b/recipes-qt/qt5/qtjsbackend-native.inc
@@ -10,7 +10,7 @@ inherit native
10SRC_URI += "\ 10SRC_URI += "\
11 file://qmake.conf \ 11 file://qmake.conf \
12 file://0001-Install-the-mkv8snapshot-tool-to-the-native-side.patch \ 12 file://0001-Install-the-mkv8snapshot-tool-to-the-native-side.patch \
13 " 13"
14 14
15# Bitbake will not respect the make order set by qmake and at times it will try to compile 15# Bitbake will not respect the make order set by qmake and at times it will try to compile
16# parts of the source tree with out the 'mkv8snapshot' tool if it is enabled and that will fail 16# 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 c9a5db91..1249493b 100644
--- a/recipes-qt/qt5/qtjsbackend.inc
+++ b/recipes-qt/qt5/qtjsbackend.inc
@@ -9,8 +9,8 @@ inherit qmake5
9 9
10SRC_URI += " \ 10SRC_URI += " \
11 file://module_qmake.conf \ 11 file://module_qmake.conf \
12 file://0002-Make-sure-that-we-pick-up-the-mkv8snapshot-tool.patch \ 12 file://0002-Make-sure-that-we-pick-up-the-mkv8snapshot-tool.patch \
13 " 13"
14 14
15# Bitbake will not respect the make order set by qmake and at times it will try to compile 15# Bitbake will not respect the make order set by qmake and at times it will try to compile
16# parts of the source tree with out the 'mkv8snapshot' tool if it is enabled and that will fail 16# parts of the source tree with out the 'mkv8snapshot' tool if it is enabled and that will fail