diff options
author | Mikko Levonmaa <mikko.levonmaa@gmail.com> | 2012-12-09 13:53:29 -0800 |
---|---|---|
committer | Mikko Levonmaa <mikko.levonmaa@gmail.com> | 2012-12-09 13:56:02 -0800 |
commit | 14f60829d8e3df70327b51e729fc68f833a5e333 (patch) | |
tree | e38794f48bf297bea3b29a47a3b52302ddbc24c8 | |
parent | bd6c9c28c2aa789a7f906a7ffb5bc2c18cc77884 (diff) | |
download | meta-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.inc | 2 | ||||
-rw-r--r-- | recipes-qt/qt5/qtjsbackend-native_4.999+git.bb | 3 | ||||
-rw-r--r-- | recipes-qt/qt5/qtjsbackend.inc | 4 | ||||
-rw-r--r-- | recipes-qt/qt5/qtjsbackend/qmake.conf | 1 | ||||
-rw-r--r-- | recipes-qt/qt5/qtjsbackend_4.999+git.bb | 2 |
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 | ||
8 | inherit native | 8 | inherit native |
9 | 9 | ||
10 | #FILESEXTRAPATHS =. "${FILE_DIRNAME}/qtjsbacked:" | ||
11 | |||
12 | SRC_URI += "\ | 10 | SRC_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 @@ | |||
1 | SRCREV = "89c7e60ca70d0ff8f26f311fa92b8109d275f6f9" | 1 | SRCREV = "b41c2151fdfca3f63a6cd45f6c69ae678694b63e" |
2 | SRC_URI += "git://gitorious.org/qt/qtjsbackend.git;protocol=git" | 2 | SRC_URI += "git://gitorious.org/qt/qtjsbackend.git;protocol=git" |
3 | |||
3 | S = "${WORKDIR}/git" | 4 | S = "${WORKDIR}/git" |
4 | 5 | ||
5 | require qtjsbackend-native.inc | 6 | require 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" | |||
8 | inherit qmake5 | 8 | inherit qmake5 |
9 | 9 | ||
10 | SRC_URI += " \ | 10 | SRC_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 @@ | |||
1 | load(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 @@ | |||
1 | SRCREV = "89c7e60ca70d0ff8f26f311fa92b8109d275f6f9" | 1 | SRCREV = "b41c2151fdfca3f63a6cd45f6c69ae678694b63e" |
2 | SRC_URI += "git://gitorious.org/qt/qtjsbackend.git;protocol=git" | 2 | SRC_URI += "git://gitorious.org/qt/qtjsbackend.git;protocol=git" |
3 | S = "${WORKDIR}/git" | 3 | S = "${WORKDIR}/git" |
4 | 4 | ||