summaryrefslogtreecommitdiffstats
path: root/meta/recipes-qt/qt4/qt4-tools-native.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-qt/qt4/qt4-tools-native.inc')
-rw-r--r--meta/recipes-qt/qt4/qt4-tools-native.inc16
1 files changed, 12 insertions, 4 deletions
diff --git a/meta/recipes-qt/qt4/qt4-tools-native.inc b/meta/recipes-qt/qt4/qt4-tools-native.inc
index 6dca218578..0c4d2c7760 100644
--- a/meta/recipes-qt/qt4/qt4-tools-native.inc
+++ b/meta/recipes-qt/qt4/qt4-tools-native.inc
@@ -1,9 +1,16 @@
1DESCRIPTION = "Native tools for Qt/[X11|Mac|Embedded] version 4.x" 1DESCRIPTION = "Native tools for Qt/[X11|Mac|Embedded] version 4.x"
2DEPENDS = "zlib-native dbus-native libsm-native" 2DEPENDS = "zlib-native dbus-native"
3SECTION = "libs" 3SECTION = "libs"
4HOMEPAGE = "http://qt.nokia.com" 4HOMEPAGE = "http://qt.nokia.com"
5PRIORITY = "optional" 5PRIORITY = "optional"
6 6
7LICENSE = "LGPLv2.1 | GPLv3"
8LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=fbc093901857fcd118f065f900982c24 \
9 file://LICENSE.GPL3;md5=babc5b6b77441da277f5c06b2e547720 \
10 file://LGPL_EXCEPTION.txt;md5=411080a56ff917a5a1aa08c98acae354"
11
12INC_PR = "r11"
13
7inherit native 14inherit native
8 15
9SRC_URI = "http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-${PV}.tar.gz \ 16SRC_URI = "http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-${PV}.tar.gz \
@@ -16,13 +23,14 @@ EXTRA_OECONF = "-prefix ${prefix} \
16 -L ${STAGING_LIBDIR_NATIVE} \ 23 -L ${STAGING_LIBDIR_NATIVE} \
17 -I ${STAGING_INCDIR_NATIVE} \ 24 -I ${STAGING_INCDIR_NATIVE} \
18 -qt-libjpeg -qt-gif -system-zlib \ 25 -qt-libjpeg -qt-gif -system-zlib \
19 -no-libjpeg -no-libpng \ 26 -no-libjpeg -no-libpng -no-libmng -no-libtiff \
20 -no-accessibility \ 27 -no-accessibility \
21 -no-cups \ 28 -no-cups \
22 -no-exceptions \ 29 -no-exceptions \
23 -no-nas-sound \ 30 -no-nas-sound \
24 -no-nis \ 31 -no-nis -no-openssl \
25 -verbose -release -static \ 32 -verbose -release -static \
33 -embedded -no-freetype -no-glib -no-iconv \
26 -qt3support" 34 -qt3support"
27 35
28# yank default -e, otherwise we get the following error: 36# yank default -e, otherwise we get the following error:
@@ -59,7 +67,7 @@ do_install() {
59 for i in moc uic rcc lrelease lupdate; do 67 for i in moc uic rcc lrelease lupdate; do
60 install -m 0755 bin/${i} ${D}${bindir}/${i}4 68 install -m 0755 bin/${i} ${D}${bindir}/${i}4
61 done 69 done
62 70
63 install -d ${D}${datadir}/qt4/ 71 install -d ${D}${datadir}/qt4/
64 cp -PfR mkspecs ${D}${datadir}/qt4/ 72 cp -PfR mkspecs ${D}${datadir}/qt4/
65 ln -sf linux-g++ ${D}${datadir}/qt4/mkspecs/${BUILD_OS}-oe-g++ 73 ln -sf linux-g++ ${D}${datadir}/qt4/mkspecs/${BUILD_OS}-oe-g++