diff options
Diffstat (limited to 'meta/recipes-qt/qt4/qt4-native.inc')
-rw-r--r-- | meta/recipes-qt/qt4/qt4-native.inc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-qt/qt4/qt4-native.inc b/meta/recipes-qt/qt4/qt4-native.inc index 70adec40fc..90ea63c950 100644 --- a/meta/recipes-qt/qt4/qt4-native.inc +++ b/meta/recipes-qt/qt4/qt4-native.inc | |||
@@ -9,14 +9,16 @@ LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=fbc093901857fcd118f065f900982c24 \ | |||
9 | file://LICENSE.GPL3;md5=babc5b6b77441da277f5c06b2e547720 \ | 9 | file://LICENSE.GPL3;md5=babc5b6b77441da277f5c06b2e547720 \ |
10 | file://LGPL_EXCEPTION.txt;md5=411080a56ff917a5a1aa08c98acae354" | 10 | file://LGPL_EXCEPTION.txt;md5=411080a56ff917a5a1aa08c98acae354" |
11 | 11 | ||
12 | INC_PR = "r14" | 12 | INC_PR = "r15" |
13 | 13 | ||
14 | inherit native | 14 | inherit native |
15 | 15 | ||
16 | SRC_URI = "http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-${PV}.tar.gz \ | 16 | SRC_URI = "http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-${PV}.tar.gz \ |
17 | file://qt-config.patch \ | 17 | file://qt-config.patch \ |
18 | file://g++.conf \ | 18 | file://g++.conf \ |
19 | file://linux.conf" | 19 | file://linux.conf \ |
20 | file://fix_qkbdtty_qws.patch \ | ||
21 | " | ||
20 | S = "${WORKDIR}/qt-everywhere-opensource-src-${PV}" | 22 | S = "${WORKDIR}/qt-everywhere-opensource-src-${PV}" |
21 | 23 | ||
22 | EXTRA_OECONF = "-prefix ${prefix} \ | 24 | EXTRA_OECONF = "-prefix ${prefix} \ |