summaryrefslogtreecommitdiffstats
path: root/meta/recipes-qt/qt4/qt4-native_4.7.4.bb
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-12-06 12:11:41 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-08 15:24:28 +0000
commit1e459c83e5092b6e1e7d73dce22b29c9e3138607 (patch)
tree275f4b90f22172407b7ee0646a285184f5b21540 /meta/recipes-qt/qt4/qt4-native_4.7.4.bb
parent2e50e9b8e6b136b8b8030bc1c7780eeae5db8fc2 (diff)
downloadpoky-1e459c83e5092b6e1e7d73dce22b29c9e3138607.tar.gz
qt4: various tidy-ups
* -reduce-relocations is already specified in qt4.inc, no need to add it in qt-${PV}.inc * Add QT_GLFLAGS to QT_CONFIG_FLAGS in qt4.inc rather than spreading it through other inc files. * Add "-xmlpatterns -no-rpath -qt3support -silent" to QT_CONFIG_FLAGS in qt4.inc rather than qt-${PV}.inc; these have been supported since at least 4.5.2 and therefore shouldn't be version-specific. * Move "-no-fast -silent -no-rpath" to EXTRA_OECONF in qt4-native.inc rather than the versioned recipes for the same reason * Remove redundant setting of LICENSE in qt4-embedded.inc (From OE-Core rev: c9f714062c1100cedbcb2c16d16656e3f5442133) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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.bb2
1 files changed, 0 insertions, 2 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
index 3be4d736eb..688fb509fb 100644
--- a/meta/recipes-qt/qt4/qt4-native_4.7.4.bb
+++ b/meta/recipes-qt/qt4/qt4-native_4.7.4.bb
@@ -8,8 +8,6 @@ SRC_URI += "file://blacklist-diginotar-certs.diff \
8# Find the g++.conf/linux.conf in the right directory. 8# Find the g++.conf/linux.conf in the right directory.
9FILESEXTRAPATHS =. "${FILE_DIRNAME}/qt-${PV}:" 9FILESEXTRAPATHS =. "${FILE_DIRNAME}/qt-${PV}:"
10 10
11EXTRA_OECONF += " -no-fast -silent -no-rpath"
12
13TOBUILD := "src/tools/bootstrap ${TOBUILD}" 11TOBUILD := "src/tools/bootstrap ${TOBUILD}"
14 12
15SRC_URI[md5sum] = "9831cf1dfa8d0689a06c2c54c5c65aaf" 13SRC_URI[md5sum] = "9831cf1dfa8d0689a06c2c54c5c65aaf"