frameworkd: drop fso-abyss from om-gta0* RDEPENDS and disable ogsmd in default config...
authorMartin Jansa <Martin.Jansa@gmail.com>
Mon, 17 Jan 2011 10:23:33 +0000 (11:23 +0100)
committerMartin Jansa <Martin.Jansa@gmail.com>
Mon, 17 Jan 2011 10:23:58 +0000 (11:23 +0100)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/freesmartphone/frameworkd/om-gta01/frameworkd.conf
recipes/freesmartphone/frameworkd/om-gta02/frameworkd.conf
recipes/freesmartphone/frameworkd_git.bb

index 89ff0a6..05dec74 100644 (file)
@@ -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
index 7ffe9d8..fea36c3 100644 (file)
@@ -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
index 8b6dd51..1e9b769 100644 (file)
@@ -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"