qtjsbackend: fix SRC_URI formatting

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa 2012-12-11 00:37:10 +01:00
parent b7cdb5428d
commit ffc2911bce
2 changed files with 3 additions and 3 deletions

View 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

View 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