From a3d8ebc6318b72c03cd6b626efcbd5186234b32d Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 17 Jan 2011 11:23:33 +0100 Subject: [PATCH] frameworkd: drop fso-abyss from om-gta0* RDEPENDS and disable ogsmd in default config - replaced by fsogsmd Signed-off-by: Martin Jansa --- .../freesmartphone/frameworkd/om-gta01/frameworkd.conf | 4 +--- .../freesmartphone/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 89ff0a627f..05dec74ff0 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 7ffe9d8a7d..fea36c31a9 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 8b6dd51fd1..1e9b769df1 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" -- 2.39.5