aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtjsbackend.inc
diff options
context:
space:
mode:
authorMikko Levonmaa <mikko.levonmaa@gmail.com>2012-12-09 13:53:29 -0800
committerMikko Levonmaa <mikko.levonmaa@gmail.com>2012-12-09 13:56:02 -0800
commit14f60829d8e3df70327b51e729fc68f833a5e333 (patch)
treee38794f48bf297bea3b29a47a3b52302ddbc24c8 /recipes-qt/qt5/qtjsbackend.inc
parentbd6c9c28c2aa789a7f906a7ffb5bc2c18cc77884 (diff)
qtjsbackend: SHA bump
Also uses the same qmake.conf as other modules Signed-off-by: Mikko Levonmaa <mikko.levonmaa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtjsbackend.inc')
-rw-r--r--recipes-qt/qt5/qtjsbackend.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-qt/qt5/qtjsbackend.inc b/recipes-qt/qt5/qtjsbackend.inc
index 8b8374b5..c9a5db91 100644
--- a/recipes-qt/qt5/qtjsbackend.inc
+++ b/recipes-qt/qt5/qtjsbackend.inc
@@ -8,7 +8,7 @@ INC_PR = "r0"
inherit qmake5
SRC_URI += " \
- file://qmake.conf \
+ file://module_qmake.conf \
file://0002-Make-sure-that-we-pick-up-the-mkv8snapshot-tool.patch \
"
@@ -24,7 +24,7 @@ do_configure () {
# This should not be needed. Perhaps the lack of this file is an indication
# of an error on the native recipe...
- cp ${WORKDIR}/qmake.conf ${S}/.qmake.conf
+ cp ${WORKDIR}/module_qmake.conf ${S}/.qmake.conf
${OE_QMAKE_QMAKE} -r -d
}