aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2010-08-31 08:17:29 +0200
committerSimon Busch <morphis@gravedo.de>2010-09-06 18:34:25 +0200
commit1e3df2fdc29d07c43fc4cbcc5f1870b659c9fdec (patch)
treec67b16e553cb4ec284c61b709fd2f6b0e9bb4dd2
parent65106eba3eab9e9c286b8804dcf07ad5b9212d2a (diff)
downloadopenembedded-morphis/for-upstream.tar.gz
fsogsmd: fix dependencies for the palmpre machinemorphis/for-upstream
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@gravedo.de>
-rw-r--r--recipes/freesmartphone/fsogsmd_git.bb11
1 files changed, 8 insertions, 3 deletions
diff --git a/recipes/freesmartphone/fsogsmd_git.bb b/recipes/freesmartphone/fsogsmd_git.bb
index b172611e07..0c54901fdd 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 \