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:14:05 +0000 |
commit | c2f6dc09a7663f69308558553be9420df3a81b6b (patch) | |
tree | b4606eb6fa5ef2e16906b6e569f80d4d2b78ead6 /meta/recipes-qt/qt4/qt-4.7.4.inc | |
parent | c4da803ef78322b758380eb0af0dcb73cae6553c (diff) | |
download | openembedded-core-c2f6dc09a7663f69308558553be9420df3a81b6b.tar.gz openembedded-core-c2f6dc09a7663f69308558553be9420df3a81b6b.tar.bz2 openembedded-core-c2f6dc09a7663f69308558553be9420df3a81b6b.zip |
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.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta/recipes-qt/qt4/qt-4.7.4.inc')
-rw-r--r-- | meta/recipes-qt/qt4/qt-4.7.4.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-qt/qt4/qt-4.7.4.inc b/meta/recipes-qt/qt4/qt-4.7.4.inc index bc33b6b1b8..7a3ba54cc8 100644 --- a/meta/recipes-qt/qt4/qt-4.7.4.inc +++ b/meta/recipes-qt/qt4/qt-4.7.4.inc @@ -14,6 +14,7 @@ SRC_URI = "http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-${PV}. file://0001-Added-Openembedded-crossarch-option.patch \ file://blacklist-diginotar-certs.diff \ file://fix-translations.patch \ + file://add_nostrip_for_debug_packages.diff \ file://g++.conf \ file://linux.conf \ file://fix-qtbug-20925.patch \ |