From 73f03f4d574261e1999facc0aafabc0c5d113292 Mon Sep 17 00:00:00 2001 From: Simon Busch Date: Mon, 13 Sep 2010 20:14:08 +0200 Subject: 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 --- recipes/freesmartphone/fsogsmd_git.bb | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'recipes') diff --git a/recipes/freesmartphone/fsogsmd_git.bb b/recipes/freesmartphone/fsogsmd_git.bb index 0c54901fdd..d377d7a467 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 \ -- cgit 1.2.3-korg