qtjsbackend: SHA bump

Also uses the same qmake.conf as other modules

Signed-off-by: Mikko Levonmaa <mikko.levonmaa@gmail.com>
This commit is contained in:
Mikko Levonmaa 2012-12-09 13:53:29 -08:00
parent bd6c9c28c2
commit 14f60829d8
5 changed files with 5 additions and 7 deletions

View File

@ -7,8 +7,6 @@ INC_PR = "r0"
inherit native
#FILESEXTRAPATHS =. "${FILE_DIRNAME}/qtjsbacked:"
SRC_URI += "\
file://qmake.conf \
file://0001-Install-the-mkv8snapshot-tool-to-the-native-side.patch \

View File

@ -1,5 +1,6 @@
SRCREV = "89c7e60ca70d0ff8f26f311fa92b8109d275f6f9"
SRCREV = "b41c2151fdfca3f63a6cd45f6c69ae678694b63e"
SRC_URI += "git://gitorious.org/qt/qtjsbackend.git;protocol=git"
S = "${WORKDIR}/git"
require qtjsbackend-native.inc

View File

@ -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
}

View File

@ -1 +0,0 @@
load(qt_build_config)

View File

@ -1,4 +1,4 @@
SRCREV = "89c7e60ca70d0ff8f26f311fa92b8109d275f6f9"
SRCREV = "b41c2151fdfca3f63a6cd45f6c69ae678694b63e"
SRC_URI += "git://gitorious.org/qt/qtjsbackend.git;protocol=git"
S = "${WORKDIR}/git"