From: Daniel Willmann Date: Wed, 8 Oct 2008 17:04:54 +0000 (+0000) Subject: frameworkd: Use GllinChannel for GTA01. Together with gllin version 1.1 (or X-Git-Tag: Release-2010-05/1~5851 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e57ba12981ecc58d174d0c3c1a8a0cc69490896;p=openembedded.git frameworkd: Use GllinChannel for GTA01. Together with gllin version 1.1 (or any initscript in /etc/init.d/gllin) GPS will work out of the box for GTA01. --- diff --git a/packages/freesmartphone/frameworkd/om-gta01/frameworkd.conf b/packages/freesmartphone/frameworkd/om-gta01/frameworkd.conf index bc1c1a4de3..08a9e7665f 100644 --- a/packages/freesmartphone/frameworkd/om-gta01/frameworkd.conf +++ b/packages/freesmartphone/frameworkd/om-gta01/frameworkd.conf @@ -22,8 +22,8 @@ modemtype = ti_calypso [ogpsd] device = NMEADevice -channel = UDPChannel -path = 6000 +channel = GllinChannel +path = /etc/init.d/gllin [opreferencesd] rootdir = ../etc/freesmartphone/opreferences:/etc/freesmartphone/opreferences:/usr/etc/freesmartphone/opreferences diff --git a/packages/freesmartphone/frameworkd_git.bb b/packages/freesmartphone/frameworkd_git.bb index 63da1dffa2..56c4cdf6ef 100644 --- a/packages/freesmartphone/frameworkd_git.bb +++ b/packages/freesmartphone/frameworkd_git.bb @@ -5,7 +5,7 @@ SECTION = "console/network" DEPENDS = "python-cython-native python-pyrex-native" LICENSE = "GPL" PV = "0.8.3+${PR}-gitr${SRCREV}" -PR = "r0" +PR = "r1" inherit distutils update-rc.d