diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-12-06 16:51:00 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-08 15:24:28 +0000 |
commit | 2e50e9b8e6b136b8b8030bc1c7780eeae5db8fc2 (patch) | |
tree | 15d38261a6ae5214b977ff27b811499347c731bd /meta/recipes-qt/qt4/qt4-x11-free_4.7.4.bb | |
parent | 2e027278607737aed3c1349eaf6207556ef16bff (diff) | |
download | poky-2e50e9b8e6b136b8b8030bc1c7780eeae5db8fc2.tar.gz |
qt4: fix debug symbol stripping
Adds a patch imported from Debian to not strip the executables as part
of the Qt build process. This fixes the warnings shown at packaging
stage as well as the content of the debug symbol packages.
(From OE-Core rev: c2f6dc09a7663f69308558553be9420df3a81b6b)
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-x11-free_4.7.4.bb')
-rw-r--r-- | meta/recipes-qt/qt4/qt4-x11-free_4.7.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-qt/qt4/qt4-x11-free_4.7.4.bb b/meta/recipes-qt/qt4/qt4-x11-free_4.7.4.bb index 8c489362d7..0db090f8e0 100644 --- a/meta/recipes-qt/qt4/qt4-x11-free_4.7.4.bb +++ b/meta/recipes-qt/qt4/qt4-x11-free_4.7.4.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require qt4-x11-free.inc | 1 | require qt4-x11-free.inc |
2 | require qt-${PV}.inc | 2 | require qt-${PV}.inc |
3 | 3 | ||
4 | PR = "${INC_PR}.3" | 4 | PR = "${INC_PR}.4" |
5 | 5 | ||
6 | QT_CONFIG_FLAGS_append_armv6-vfp = " -no-neon " | 6 | QT_CONFIG_FLAGS_append_armv6-vfp = " -no-neon " |
7 | 7 | ||