[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openembedded-devel
Subject:    [oe] [PATCH 5/5] fsogsmd: fix dependencies for the palmpre machine
From:       morphis () gravedo ! de (Simon Busch)
Date:       2010-08-31 6:32:02
Message-ID: 1283236322-5116-6-git-send-email-morphis () gravedo ! de
[Download RAW message or body]

fsogsmd now depends on msmcommd-specs as this provides the DBus API definition how to
speak with the msmcomm daemon. At runtime it needs the msmcomm daemon to talk over the
DBus API to the modem.

Signed-off-by: Simon Busch <morphis at gravedo.de>
---
 recipes/freesmartphone/fsogsmd_git.bb |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/recipes/freesmartphone/fsogsmd_git.bb b/recipes/freesmartphone/fsogsmd_git.bb
index b172611..0c54901 100644
--- a/recipes/freesmartphone/fsogsmd_git.bb
+++ b/recipes/freesmartphone/fsogsmd_git.bb
@@ -1,16 +1,21 @@
 require cornucopia.inc
 inherit fso-plugin
 SRCREV = "${FSO_CORNUCOPIA_SRCREV}"
-PR = "${INC_PR}.3"
+PR = "${INC_PR}.4"
 PV = "0.5.0+gitr${SRCPV}"
 PE = "1"
 
 DEPENDS += "libfsoresource libgsm0710mux ppp"
-# DEPENDS += "msmcommd"
 
 EXTRA_OECONF_append = "\
   --enable-libgsm0710mux \
-#  --enable-modem-qualcomm-palm \
+"
+
+# On the palmpre we need the msmcomm daemon to talk to the modem
+DEPENDS_palmpre += "msmcommd-specs"
+RDEPENDS_palmpre += "msmcommd"
+EXTRA_OECONF_append_palmpre = "\
+  --enable-modem-qualcomm-palm \
 "
 
 CONFFILES_${PN} = "${sysconfdir}/freesmartphone/conf/openmoko_gta/fsogsmd.conf \
-- 
1.7.0.4




[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic