diff options
| -rw-r--r-- | meta/recipes-qt/qt4/qt4-embedded.inc | 2 | ||||
| -rw-r--r-- | meta/recipes-qt/qt4/qt4-x11-free.inc | 2 | ||||
| -rw-r--r-- | meta/recipes-qt/qt4/qt4.inc | 15 |
3 files changed, 9 insertions, 10 deletions
diff --git a/meta/recipes-qt/qt4/qt4-embedded.inc b/meta/recipes-qt/qt4/qt4-embedded.inc index fc02fe03e9..de311dca57 100644 --- a/meta/recipes-qt/qt4/qt4-embedded.inc +++ b/meta/recipes-qt/qt4/qt4-embedded.inc | |||
| @@ -3,7 +3,7 @@ SECTION = "libs" | |||
| 3 | LICENSE = "LGPLv2.1 | GPLv3" | 3 | LICENSE = "LGPLv2.1 | GPLv3" |
| 4 | HOMEPAGE = "http://qt.nokia.com" | 4 | HOMEPAGE = "http://qt.nokia.com" |
| 5 | DEPENDS += "directfb tslib" | 5 | DEPENDS += "directfb tslib" |
| 6 | INC_PR = "r26" | 6 | INC_PR = "r27" |
| 7 | 7 | ||
| 8 | QT_BASE_NAME ?= "qt4-embedded" | 8 | QT_BASE_NAME ?= "qt4-embedded" |
| 9 | QT_BASE_LIB ?= "libqt-embedded" | 9 | QT_BASE_LIB ?= "libqt-embedded" |
diff --git a/meta/recipes-qt/qt4/qt4-x11-free.inc b/meta/recipes-qt/qt4/qt4-x11-free.inc index 87145a3671..7a30af6324 100644 --- a/meta/recipes-qt/qt4/qt4-x11-free.inc +++ b/meta/recipes-qt/qt4/qt4-x11-free.inc | |||
| @@ -5,7 +5,7 @@ HOMEPAGE = "http://qt.nokia.com" | |||
| 5 | SECTION = "x11/libs" | 5 | SECTION = "x11/libs" |
| 6 | DEPENDS += "virtual/libgl virtual/libx11 fontconfig libxft libxext libxrender libxrandr libxcursor" | 6 | DEPENDS += "virtual/libgl virtual/libx11 fontconfig libxft libxext libxrender libxrandr libxcursor" |
| 7 | 7 | ||
| 8 | INC_PR = "r23" | 8 | INC_PR = "r24" |
| 9 | 9 | ||
| 10 | QT_GLFLAGS ?= "-no-opengl" | 10 | QT_GLFLAGS ?= "-no-opengl" |
| 11 | QT_GLFLAGS_qemux86 = "-opengl" | 11 | QT_GLFLAGS_qemux86 = "-opengl" |
diff --git a/meta/recipes-qt/qt4/qt4.inc b/meta/recipes-qt/qt4/qt4.inc index 7e15b615d9..284586fcfa 100644 --- a/meta/recipes-qt/qt4/qt4.inc +++ b/meta/recipes-qt/qt4/qt4.inc | |||
| @@ -126,8 +126,8 @@ RRECOMMENDS_${QT_BASE_NAME}-examples += " \ | |||
| 126 | ${QT_BASE_NAME}-plugin-sqldriver-sqlite \ | 126 | ${QT_BASE_NAME}-plugin-sqldriver-sqlite \ |
| 127 | ${QT_BASE_NAME}-plugin-imageformat-jpeg" | 127 | ${QT_BASE_NAME}-plugin-imageformat-jpeg" |
| 128 | 128 | ||
| 129 | FILES_${QT_BASE_NAME}-tools = "${bindir}/uic* ${bindir}/moc ${bindir}/rcc ${bindir}/qttracereplay ${bindir}/qdoc*" | 129 | FILES_${QT_BASE_NAME}-tools = "${bindir}/qttracereplay ${bindir}/qdoc*" |
| 130 | FILES_${QT_BASE_NAME}-tools-dbg = "${bindir}/.debug/uic* ${bindir}/.debug/moc ${bindir}/.debug/rcc ${bindir}/.debug/qttracereplay ${bindir}/.debug/qdoc*" | 130 | FILES_${QT_BASE_NAME}-tools-dbg = "${bindir}/.debug/qttracereplay ${bindir}/.debug/qdoc*" |
| 131 | FILES_${QT_BASE_NAME}-assistant = "${bindir}/*assistant* ${bindir}/qcollectiongenerator ${bindir}/qhelpconverter ${bindir}/qhelpgenerator" | 131 | FILES_${QT_BASE_NAME}-assistant = "${bindir}/*assistant* ${bindir}/qcollectiongenerator ${bindir}/qhelpconverter ${bindir}/qhelpgenerator" |
| 132 | FILES_${QT_BASE_NAME}-assistant-dbg = "${bindir}/.debug/*assistant* ${bindir}/.debug/qcollectiongenerator ${bindir}/.debug/qhelpconverter ${bindir}/.debug/qhelpgenerator" | 132 | FILES_${QT_BASE_NAME}-assistant-dbg = "${bindir}/.debug/*assistant* ${bindir}/.debug/qcollectiongenerator ${bindir}/.debug/qhelpconverter ${bindir}/.debug/qhelpgenerator" |
| 133 | FILES_${QT_BASE_NAME}-common = "${bindir}/qtconfig" | 133 | FILES_${QT_BASE_NAME}-common = "${bindir}/qtconfig" |
| @@ -267,7 +267,11 @@ do_install() { | |||
| 267 | oe_runmake install INSTALL_ROOT=${D} | 267 | oe_runmake install INSTALL_ROOT=${D} |
| 268 | 268 | ||
| 269 | # These are host binaries, we should only use them in staging | 269 | # These are host binaries, we should only use them in staging |
| 270 | rm -rf ${D}/${bindir}/qmake | 270 | rm ${D}/${bindir}/qmake |
| 271 | rm ${D}/${bindir}/uic | ||
| 272 | rm ${D}/${bindir}/moc | ||
| 273 | rm ${D}/${bindir}/rcc | ||
| 274 | rm ${D}/${bindir}/lrelease | ||
| 271 | 275 | ||
| 272 | # fix pkgconfig, libtool and prl files | 276 | # fix pkgconfig, libtool and prl files |
| 273 | sed -i -e s#-L${S}/lib##g \ | 277 | sed -i -e s#-L${S}/lib##g \ |
| @@ -302,11 +306,6 @@ do_install() { | |||
| 302 | install -d ${D}/${libdir}/fonts | 306 | install -d ${D}/${libdir}/fonts |
| 303 | touch ${D}/${libdir}/fonts/fontdir | 307 | touch ${D}/${libdir}/fonts/fontdir |
| 304 | 308 | ||
| 305 | install -d ${D}${bindir} | ||
| 306 | for i in rcc uic moc ; do | ||
| 307 | install -m 0755 ${S}/bin/$i ${D}${bindir}/ | ||
| 308 | done | ||
| 309 | |||
| 310 | #Append an E to the qtdemo file | 309 | #Append an E to the qtdemo file |
| 311 | if [ -n "${QT_LIBINFIX}" ] ; then | 310 | if [ -n "${QT_LIBINFIX}" ] ; then |
| 312 | mv ${D}${bindir}/qtdemo ${D}${bindir}/qtdemo${QT_LIBINFIX} | 311 | mv ${D}${bindir}/qtdemo ${D}${bindir}/qtdemo${QT_LIBINFIX} |
