[oe-commits] Simon Busch : fsogsmd: fix dependency chain for palmpre machine

git version control git at git.openembedded.org
Mon Sep 13 18:25:40 UTC 2010


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

Author: Simon Busch <morphis at gravedo.de>
Date:   Mon Sep 13 20:14:08 2010 +0200

fsogsmd: fix dependency chain for palmpre machine

Through the last commit for fsogsmd the dependency chain for fsogsmd was broken.
libgsm0710mux was never compiled as dependency as it was overwritten by the other
dependencies necessary for the palmpre machine.

Signed-off-by: Simon Busch <morphis at gravedo.de>

---

 recipes/freesmartphone/fsogsmd_git.bb |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/recipes/freesmartphone/fsogsmd_git.bb b/recipes/freesmartphone/fsogsmd_git.bb
index 0c54901..d377d7a 100644
--- a/recipes/freesmartphone/fsogsmd_git.bb
+++ b/recipes/freesmartphone/fsogsmd_git.bb
@@ -1,7 +1,7 @@
 require cornucopia.inc
 inherit fso-plugin
 SRCREV = "${FSO_CORNUCOPIA_SRCREV}"
-PR = "${INC_PR}.4"
+PR = "${INC_PR}.5"
 PV = "0.5.0+gitr${SRCPV}"
 PE = "1"
 
@@ -12,11 +12,9 @@ EXTRA_OECONF_append = "\
 "
 
 # 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 \
-"
+DEPENDS_append_palmpre = " msmcommd-specs"
+RDEPENDS_append_palmpre = " msmcommd"
+EXTRA_OECONF_append_palmpre = " --enable-modem-qualcomm-palm"
 
 CONFFILES_${PN} = "${sysconfdir}/freesmartphone/conf/openmoko_gta/fsogsmd.conf \
                    ${sysconfdir}/freesmartphone/conf/palm_pre/fsogsmd.conf \





More information about the Openembedded-commits mailing list