summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5
diff options
context:
space:
mode:
authorMikko Levonmaa <mikko.levonmaa@gmail.com>2012-12-09 13:56:34 -0800
committerMikko Levonmaa <mikko.levonmaa@gmail.com>2012-12-09 13:56:34 -0800
commit9f3d14a2fca85f99f2b7bb881e4be736fe266685 (patch)
treec2cda9e741c76a7a8c87c3c53263a27690531eb4 /recipes-qt/qt5
parent14f60829d8e3df70327b51e729fc68f833a5e333 (diff)
downloadmeta-qt5-9f3d14a2fca85f99f2b7bb881e4be736fe266685.tar.gz
qtdeclarative: packaging update and recipe cleanup
Signed-off-by: Mikko Levonmaa <mikko.levonmaa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5')
-rw-r--r--recipes-qt/qt5/qtdeclarative.inc22
-rw-r--r--recipes-qt/qt5/qtdeclarative_4.999+git.bb2
2 files changed, 15 insertions, 9 deletions
diff --git a/recipes-qt/qt5/qtdeclarative.inc b/recipes-qt/qt5/qtdeclarative.inc
index aaada23e..bf904753 100644
--- a/recipes-qt/qt5/qtdeclarative.inc
+++ b/recipes-qt/qt5/qtdeclarative.inc
@@ -11,10 +11,6 @@ SRC_URI += " \
11 file://module_qmake.conf \ 11 file://module_qmake.conf \
12 " 12 "
13 13
14# Bitbake will not respect the make order set by qmake and at times it will try to compile
15# parts of the source tree with out the 'mkv8snapshot' tool if it is enabled and that will fail
16#PARALLEL_MAKE = ""
17
18export QT_CONF_PATH="${WORKDIR}/qt.conf" 14export QT_CONF_PATH="${WORKDIR}/qt.conf"
19 15
20do_configure () { 16do_configure () {
@@ -25,15 +21,25 @@ do_configure () {
25 # of an error on the native recipe... 21 # of an error on the native recipe...
26 cp ${WORKDIR}/module_qmake.conf ${S}/.qmake.conf 22 cp ${WORKDIR}/module_qmake.conf ${S}/.qmake.conf
27 23
28 ${OE_QMAKE_QMAKE} -d 24 ${OE_QMAKE_QMAKE} -r -d
29} 25}
30 26
31do_install() { 27do_install() {
32 oe_runmake install INSTALL_ROOT=${D} 28 oe_runmake install INSTALL_ROOT=${D}
33} 29}
34 30
35FILES_${PN}-dev += "\ 31FILES_${PN}-dev = "\
36 ${STAGING_INCDIR}/qt5 \ 32 ${includedir}/qt5/* \
37 ${STAGING_DATADIR}/qt5 \ 33 ${datadir}/qt5/mkspecs/* \
38 ${libdir}/*.prl \ 34 ${libdir}/*.prl \
35 ${libdir}/cmake/* \
36 ${libdir}/pkgconfig/*.pc \
39" 37"
38
39FILES_${PN}-staticdev = "${libdir}/*.la"
40FILES_${PN}-tools = "${bindir}/*"
41FILES_${PN}-qmlplugins = "${libdir}/qt5/qml/*"
42FILES_${PN}-qmltooling = "${libdir}/qt5/plugins/qmltooling/*"
43FILES_${PN}-qmltooling-dbg = "${libdir}/qt5/plugins/qmltooling/.debug/*"
44
45PACAKGES += "FILES_${PN}-tools FILES_${PN}-qmlplugins FILES_${PN}-qmltooling FILES_${PN}-qmltooling-dbg" \ No newline at end of file
diff --git a/recipes-qt/qt5/qtdeclarative_4.999+git.bb b/recipes-qt/qt5/qtdeclarative_4.999+git.bb
index 456c2dab..8551d74c 100644
--- a/recipes-qt/qt5/qtdeclarative_4.999+git.bb
+++ b/recipes-qt/qt5/qtdeclarative_4.999+git.bb
@@ -1,4 +1,4 @@
1SRCREV = "90ac5018823ab1109d084cbe0e9e63a4cd531faa" 1SRCREV = "425260c2b2a60c0c145a5e76a3b7835eadd0fd0d"
2SRC_URI += "git://gitorious.org/qt/qtdeclarative.git;protocol=git" 2SRC_URI += "git://gitorious.org/qt/qtdeclarative.git;protocol=git"
3S = "${WORKDIR}/git" 3S = "${WORKDIR}/git"
4 4