qte 2.3.10: Rethink hardware platform defines.
authorPaul Sokolovsky <pmiscml@gmail.com>
Sat, 13 Jan 2007 02:39:01 +0000 (02:39 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Sat, 13 Jan 2007 02:39:01 +0000 (02:39 +0000)
commit4391f78219df60df8ed3a99815c6fc351ba5f947
tree0409ab78cc12af8253234e802fad5d99c1f60997
parent479127b54ebb3d2b462da41e6fd2ec2f758eedd6
qte 2.3.10: Rethink hardware platform defines.
* Let there be two major platforms, Zaurus and Wince. Let there be
two defines, QT_QWS_SL5XXX and QT_QWS_IPAQ, to define generic device
of the corresponding platform.
* Let there be also possibility to specialize for specific device of the
platform. But corresponding define must be always used bu the generic platform
device above.
* For example, QT_QWS_SLC700 is a Zaurus C7x0 device, and it always must be
defined together with QT_QWS_SL5XXX. Or QT_QWS_SIMPAD, an QT_QWS_IPAQ
specialization.
* As generic define is implied by specific, if we somewhere have test for
generic define, we don't need to additionally test for "specific" define.
* Thus, bunch of hunks in device-specific patches are superflous and can be
dropped.
packages/qte/qte-2.3.10/c700-hardware.patch
packages/qte/qte-2.3.10/simpad.patch
packages/qte/qte-mt_2.3.10.bb
packages/qte/qte_2.3.10.bb