[oe-commits] Dmitry Baryshkov : task-sdk-opie: correctly select qte or qte-mt

GIT User account git at amethyst.openembedded.net
Mon Nov 10 23:37:16 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 1e90c8d745ca227f116d5a97e6adae3f377426bf
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1e90c8d745ca227f116d5a97e6adae3f377426bf

Author: Dmitry Baryshkov <dbaryshkov at gmail.com>
Date:   Mon Nov 10 23:11:14 2008 +0000

task-sdk-opie: correctly select qte or qte-mt
preferred-versions-opie*.inc contain a mechanism for selecting between
qte or qte-mt packages. Follow that way to correctly select
task-sdk-opie dependency.
Signed-off-by: Dmitry Baryshkov <dbaryshkov at gmail.com>

---

 packages/tasks/task-sdk-opie.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/packages/tasks/task-sdk-opie.bb b/packages/tasks/task-sdk-opie.bb
index a38e583..f6446c4 100644
--- a/packages/tasks/task-sdk-opie.bb
+++ b/packages/tasks/task-sdk-opie.bb
@@ -3,6 +3,8 @@ PR = "r7"
 LICENSE = "MIT"
 ALLOW_EMPTY = "1"
 
+PALMTOP_USE_MULTITHREADED_QT ?= "yes"
+
 PACKAGES = "task-sdk-opie"
 
 RDEPENDS_task-sdk-opie = "\
@@ -13,6 +15,6 @@ RDEPENDS_task-sdk-opie = "\
     libopiepim2 \
     libopieui2 \
     libqpe-opie \
-    qte \
+    ${@base_conditional("PALMTOP_USE_MULTITHREADED_QT", "yes", "qte-mt", "qte", d)} \
     libqtaux2 \
     libmailwrapper"





More information about the Openembedded-commits mailing list