diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-01-13 02:39:01 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-01-13 02:39:01 +0000 |
commit | 4391f78219df60df8ed3a99815c6fc351ba5f947 (patch) | |
tree | 0409ab78cc12af8253234e802fad5d99c1f60997 /packages/qte/qte-mt_2.3.10.bb | |
parent | 479127b54ebb3d2b462da41e6fd2ec2f758eedd6 (diff) |
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.
Diffstat (limited to 'packages/qte/qte-mt_2.3.10.bb')
-rw-r--r-- | packages/qte/qte-mt_2.3.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/qte/qte-mt_2.3.10.bb b/packages/qte/qte-mt_2.3.10.bb index 4db61bb646..5548007e42 100644 --- a/packages/qte/qte-mt_2.3.10.bb +++ b/packages/qte/qte-mt_2.3.10.bb @@ -1,5 +1,5 @@ require qte-common_${PV}.inc -PR = "r7" +PR = "r8" EXTRA_OECONF += "-thread" |