From 507a653422a1cae5b9713cbe176d0d14fdd80d95 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Fri, 31 Dec 2010 15:35:50 +0100 Subject: [PATCH] fsogsmd: depend on libisi and build the Nokia ISI modem plugin --- recipes/freesmartphone/fsogsmd_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/freesmartphone/fsogsmd_git.bb b/recipes/freesmartphone/fsogsmd_git.bb index f6e046b6da..6750e0bf37 100644 --- a/recipes/freesmartphone/fsogsmd_git.bb +++ b/recipes/freesmartphone/fsogsmd_git.bb @@ -5,10 +5,11 @@ PR = "${INC_PR}.5" PV = "0.5.0+gitr${SRCPV}" PE = "1" -DEPENDS += "libfsoresource libgsm0710mux ppp" +DEPENDS += "libfsoresource libgsm0710mux libisi ppp" EXTRA_OECONF_append = "\ --enable-libgsm0710mux \ + --enable-modem-nokia-isi \ " # On the palmpre we need the msmcomm daemon to talk to the modem -- 2.39.5