libqpe, opie-taskbar: Fix linking errors found with 2.20 ld
authorKhem Raj <raj.khem@gmail.com>
Tue, 19 Jan 2010 20:01:38 +0000 (12:01 -0800)
committerKhem Raj <raj.khem@gmail.com>
Tue, 19 Jan 2010 20:01:38 +0000 (12:01 -0800)
commit487479374e52651b7bf8974a60e8a5e2624ab76b
tree41954c06c061cb5b64b22ddd1ea58cbd214a1622
parentb28038e8136bab6c93fd39e199105a72149b8edb
libqpe, opie-taskbar: Fix linking errors found with 2.20 ld

* Fix PR #5376

* Dont remove ~LnkProperties when QTOPIA_INTERNAL_FSLP is not defined
  this could cause g++ to emit default destructor which will be inlined
  and as we asked inlines to have hidden visibility it could make the
  destructor hidden in the final library this happens now because ld
  can merge the visibility attributes which it did not do before.

* Note that this fix might be needed in few other places too.
  We will fix them as we encounter them.

* Remove the workaround in opie-taskbar

Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/libqpe/libqpe-opie/unhide_lnkproperties_destructor.patch [new file with mode: 0644]
recipes/libqpe/libqpe-opie_1.2.4.bb
recipes/opie-taskbar/opie-taskbar/launcher.patch [deleted file]
recipes/opie-taskbar/opie-taskbar_1.2.4.bb