[oe-commits] Martin Jansa : frameworkd: drop fso-abyss from om-gta0* RDEPENDS and disable ogsmd in default config - replaced by fsogsmd

git version control git at git.openembedded.org
Mon Jan 17 10:33:05 UTC 2011


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Jan 17 11:23:33 2011 +0100

frameworkd: drop fso-abyss from om-gta0* RDEPENDS and disable ogsmd in default config - replaced by fsogsmd

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../frameworkd/om-gta01/frameworkd.conf            |    4 +---
 .../frameworkd/om-gta02/frameworkd.conf            |    4 +---
 recipes/freesmartphone/frameworkd_git.bb           |    8 ++++----
 3 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/recipes/freesmartphone/frameworkd/om-gta01/frameworkd.conf b/recipes/freesmartphone/frameworkd/om-gta01/frameworkd.conf
index 89ff0a6..05dec74 100644
--- a/recipes/freesmartphone/frameworkd/om-gta01/frameworkd.conf
+++ b/recipes/freesmartphone/frameworkd/om-gta01/frameworkd.conf
@@ -17,9 +17,7 @@ report3 = USB,key,356,0
 report4 = HEADSET,switch,2,0
 
 [ogsmd]
-# GTA01 has TI Calypso
-modemtype = ti_calypso
-ti_calypso_deep_sleep = never
+disable = 1
 
 [ogpsd]
 device = NMEADevice
diff --git a/recipes/freesmartphone/frameworkd/om-gta02/frameworkd.conf b/recipes/freesmartphone/frameworkd/om-gta02/frameworkd.conf
index 7ffe9d8..fea36c3 100644
--- a/recipes/freesmartphone/frameworkd/om-gta02/frameworkd.conf
+++ b/recipes/freesmartphone/frameworkd/om-gta02/frameworkd.conf
@@ -28,9 +28,7 @@ disable = 1
 accelerometer_type = gta02
 
 [ogsmd]
-# GTA02 has TI Calypso
-modemtype = ti_calypso
-ti_calypso_deep_sleep = never
+disable = 1
 
 [ogpsd]
 device = GTA02Device
diff --git a/recipes/freesmartphone/frameworkd_git.bb b/recipes/freesmartphone/frameworkd_git.bb
index 8b6dd51..1e9b769 100644
--- a/recipes/freesmartphone/frameworkd_git.bb
+++ b/recipes/freesmartphone/frameworkd_git.bb
@@ -6,7 +6,7 @@ DEPENDS = "python-cython-native python-pyrex-native"
 LICENSE = "GPL"
 SRCREV = "c46f3e92c629ead0f9d1a966660bc53c08b50eeb"
 PV = "0.9.5.9+gitr${SRCPV}"
-PR = "r6"
+PR = "r7"
 PE = "1"
 
 inherit distutils update-rc.d python-dir
@@ -81,9 +81,9 @@ PACKAGES =+ "${PN}-config"
 PACKAGE_ARCH_${PN}-config = "${MACHINE_ARCH}"
 
 # machine specific stuff, should ideally be elsewhere
-# - recommend MUXer on platforms that require one
-RDEPENDS_${PN}-config_append_om-gta01 = " fso-abyss"
-RDEPENDS_${PN}-config_append_om-gta02 = " fso-abyss"
+# - recommend MUXer on platforms that require one, no longer used on om-gta0*
+# RDEPENDS_${PN}-config_append_om-gta01 = " fso-abyss"
+# RDEPENDS_${PN}-config_append_om-gta02 = " fso-abyss"
 # - add wmiconfig for wireless configuration
 RDEPENDS_${PN}-config_append_om-gta02 = " wmiconfig"
 





More information about the Openembedded-commits mailing list