summaryrefslogtreecommitdiff
path: root/packages/qte/qte_2.3.10.bb
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-01-13 02:39:01 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-01-13 02:39:01 +0000
commit4391f78219df60df8ed3a99815c6fc351ba5f947 (patch)
tree0409ab78cc12af8253234e802fad5d99c1f60997 /packages/qte/qte_2.3.10.bb
parent479127b54ebb3d2b462da41e6fd2ec2f758eedd6 (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_2.3.10.bb')
-rw-r--r--packages/qte/qte_2.3.10.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/qte/qte_2.3.10.bb b/packages/qte/qte_2.3.10.bb
index c789358f2a..44db311bff 100644
--- a/packages/qte/qte_2.3.10.bb
+++ b/packages/qte/qte_2.3.10.bb
@@ -1,3 +1,3 @@
require qte-common_${PV}.inc
-PR = "r47"
+PR = "r48"