summaryrefslogtreecommitdiffstats
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
parentbd6c9c28c2aa789a7f906a7ffb5bc2c18cc77884 (diff)
downloadmeta-qt5-14f60829d8e3df70327b51e729fc68f833a5e333.tar.gz
qtjsbackend: SHA bump
Also uses the same qmake.conf as other modules Signed-off-by: Mikko Levonmaa <mikko.levonmaa@gmail.com>
-rw-r--r--recipes-qt/qt5/qtjsbackend-native.inc2
-rw-r--r--recipes-qt/qt5/qtjsbackend-native_4.999+git.bb3
-rw-r--r--recipes-qt/qt5/qtjsbackend.inc4
-rw-r--r--recipes-qt/qt5/qtjsbackend/qmake.conf1
-rw-r--r--recipes-qt/qt5/qtjsbackend_4.999+git.bb2
5 files changed, 5 insertions, 7 deletions
diff --git a/recipes-qt/qt5/qtjsbackend-native.inc b/recipes-qt/qt5/qtjsbackend-native.inc
index 0158dd65..7595e53d 100644
--- a/recipes-qt/qt5/qtjsbackend-native.inc
+++ b/recipes-qt/qt5/qtjsbackend-native.inc
@@ -7,8 +7,6 @@ INC_PR = "r0"
7 7
8inherit native 8inherit native
9 9
10#FILESEXTRAPATHS =. "${FILE_DIRNAME}/qtjsbacked:"
11
12SRC_URI += "\ 10SRC_URI += "\
13 file://qmake.conf \ 11 file://qmake.conf \
14 file://0001-Install-the-mkv8snapshot-tool-to-the-native-side.patch \ 12 file://0001-Install-the-mkv8snapshot-tool-to-the-native-side.patch \
diff --git a/recipes-qt/qt5/qtjsbackend-native_4.999+git.bb b/recipes-qt/qt5/qtjsbackend-native_4.999+git.bb
index 93a9be00..54dd21a7 100644
--- a/recipes-qt/qt5/qtjsbackend-native_4.999+git.bb
+++ b/recipes-qt/qt5/qtjsbackend-native_4.999+git.bb
@@ -1,5 +1,6 @@
1SRCREV = "89c7e60ca70d0ff8f26f311fa92b8109d275f6f9" 1SRCREV = "b41c2151fdfca3f63a6cd45f6c69ae678694b63e"
2SRC_URI += "git://gitorious.org/qt/qtjsbackend.git;protocol=git" 2SRC_URI += "git://gitorious.org/qt/qtjsbackend.git;protocol=git"
3
3S = "${WORKDIR}/git" 4S = "${WORKDIR}/git"
4 5
5require qtjsbackend-native.inc 6require qtjsbackend-native.inc
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"
8inherit qmake5 8inherit qmake5
9 9
10SRC_URI += " \ 10SRC_URI += " \
11 file://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
@@ -24,7 +24,7 @@ do_configure () {
24 24
25 # This should not be needed. Perhaps the lack of this file is an indication 25 # This should not be needed. Perhaps the lack of this file is an indication
26 # of an error on the native recipe... 26 # of an error on the native recipe...
27 cp ${WORKDIR}/qmake.conf ${S}/.qmake.conf 27 cp ${WORKDIR}/module_qmake.conf ${S}/.qmake.conf
28 28
29 ${OE_QMAKE_QMAKE} -r -d 29 ${OE_QMAKE_QMAKE} -r -d
30} 30}
diff --git a/recipes-qt/qt5/qtjsbackend/qmake.conf b/recipes-qt/qt5/qtjsbackend/qmake.conf
deleted file mode 100644
index 42ba8e45..00000000
--- a/recipes-qt/qt5/qtjsbackend/qmake.conf
+++ /dev/null
@@ -1 +0,0 @@
1load(qt_build_config)
diff --git a/recipes-qt/qt5/qtjsbackend_4.999+git.bb b/recipes-qt/qt5/qtjsbackend_4.999+git.bb
index 2e83249a..de19fb31 100644
--- a/recipes-qt/qt5/qtjsbackend_4.999+git.bb
+++ b/recipes-qt/qt5/qtjsbackend_4.999+git.bb
@@ -1,4 +1,4 @@
1SRCREV = "89c7e60ca70d0ff8f26f311fa92b8109d275f6f9" 1SRCREV = "b41c2151fdfca3f63a6cd45f6c69ae678694b63e"
2SRC_URI += "git://gitorious.org/qt/qtjsbackend.git;protocol=git" 2SRC_URI += "git://gitorious.org/qt/qtjsbackend.git;protocol=git"
3S = "${WORKDIR}/git" 3S = "${WORKDIR}/git"
4 4