[oe-commits] Michael 'Mickey' Lauer : fsogsmd: depend on ppp and msmcommd; build the qualcomm_palm modem plugin

git version control git at git.openembedded.org
Thu Mar 11 10:35:36 UTC 2010


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

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Wed Mar 10 16:28:59 2010 +0100

fsogsmd: depend on ppp and msmcommd; build the qualcomm_palm modem plugin

---

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

diff --git a/recipes/freesmartphone/fsogsmd_git.bb b/recipes/freesmartphone/fsogsmd_git.bb
index 1f2d861..7bacc6e 100644
--- a/recipes/freesmartphone/fsogsmd_git.bb
+++ b/recipes/freesmartphone/fsogsmd_git.bb
@@ -3,8 +3,12 @@ inherit fso-plugin
 PR = "${INC_PR}.0"
 PV = "0.5.0+gitr${SRCREV}"
 
-DEPENDS += "libfsoresource libgsm0710mux"
-EXTRA_OECONF_append = "--enable-libgsm0710mux"
+DEPENDS += "libfsoresource libgsm0710mux ppp msmcommd"
+
+EXTRA_OECONF_append = "\
+  --enable-libgsm0710mux \
+  --enable-modem-qualcomm-palm \
+"
 
 do_install_append_shr() {
 	# remove .service file to disable fsogsmd autostart





More information about the Openembedded-commits mailing list