diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-12-13 14:46:03 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-13 15:05:51 +0000 |
commit | 2c0c9777e4adc4df31e67e43d42ab5a5add60053 (patch) | |
tree | eaab1c02ac0477eb7af9da4b75c484babc0708e2 /meta/recipes-qt/qt4/qt4-embedded_4.7.4.bb | |
parent | e0a12db65c5285efb4c4343c58c0b9c7284e639a (diff) | |
download | poky-2c0c9777e4adc4df31e67e43d42ab5a5add60053.tar.gz |
qt4: use armv6 override instead of armv6-vfp
(From OE-Core rev: e093d550fa86d2c2d46b0df760d8a967b3366389)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt/qt4/qt4-embedded_4.7.4.bb')
-rw-r--r-- | meta/recipes-qt/qt4/qt4-embedded_4.7.4.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-qt/qt4/qt4-embedded_4.7.4.bb b/meta/recipes-qt/qt4/qt4-embedded_4.7.4.bb index 6b9f97a356..1d7104c5bc 100644 --- a/meta/recipes-qt/qt4/qt4-embedded_4.7.4.bb +++ b/meta/recipes-qt/qt4/qt4-embedded_4.7.4.bb | |||
@@ -1,9 +1,9 @@ | |||
1 | require qt-${PV}.inc | 1 | require qt-${PV}.inc |
2 | require qt4-embedded.inc | 2 | require qt4-embedded.inc |
3 | 3 | ||
4 | PR = "${INC_PR}.4" | 4 | PR = "${INC_PR}.5" |
5 | 5 | ||
6 | QT_CONFIG_FLAGS_append_armv6-vfp = " -no-neon " | 6 | QT_CONFIG_FLAGS_append_armv6 = " -no-neon " |
7 | 7 | ||
8 | QT_CONFIG_FLAGS += " \ | 8 | QT_CONFIG_FLAGS += " \ |
9 | -exceptions \ | 9 | -exceptions \ |