diff options
Diffstat (limited to 'meta/recipes-qt/qt4/qt4-native_4.7.4.bb')
-rw-r--r-- | meta/recipes-qt/qt4/qt4-native_4.7.4.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-qt/qt4/qt4-native_4.7.4.bb b/meta/recipes-qt/qt4/qt4-native_4.7.4.bb new file mode 100644 index 0000000000..7196c736d2 --- /dev/null +++ b/meta/recipes-qt/qt4/qt4-native_4.7.4.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | require qt4-native.inc | ||
2 | |||
3 | PR = "${INC_PR}.1" | ||
4 | |||
5 | SRC_URI += "file://blacklist-diginotar-certs.diff \ | ||
6 | file://fix-qtbug-20925.patch" | ||
7 | |||
8 | # Find the g++.conf/linux.conf in the right directory. | ||
9 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/qt-${PV}:" | ||
10 | |||
11 | EXTRA_OECONF += " -no-fast -silent -no-rpath" | ||
12 | |||
13 | TOBUILD := "src/tools/bootstrap ${TOBUILD}" | ||
14 | |||
15 | SRC_URI[md5sum] = "9831cf1dfa8d0689a06c2c54c5c65aaf" | ||
16 | SRC_URI[sha256sum] = "97195ebce8a46f9929fb971d9ae58326d011c4d54425389e6e936514f540221e" | ||
17 | |||
18 | DEFAULT_PREFERENCE = "-1" | ||