diff options
author | Simon Busch <morphis@gravedo.de> | 2010-09-13 20:14:08 +0200 |
---|---|---|
committer | Simon Busch <morphis@gravedo.de> | 2010-09-13 20:25:25 +0200 |
commit | 73f03f4d574261e1999facc0aafabc0c5d113292 (patch) | |
tree | 584d7ee9b8daf1906fe6c232aa9a0385f42bac2a /recipes | |
parent | eda06ec3dde6169a46797f876a82499c4fff8f62 (diff) |
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@gravedo.de>
Diffstat (limited to 'recipes')
-rw-r--r-- | 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 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 \ |