diff options
author | Daniel Willmann <daniel@totalueberwachung.de> | 2008-10-08 17:04:54 +0000 |
---|---|---|
committer | Daniel Willmann <daniel@totalueberwachung.de> | 2008-10-08 17:04:54 +0000 |
commit | 8e57ba12981ecc58d174d0c3c1a8a0cc69490896 (patch) | |
tree | 158b81b9389294230824a1b322a8679601b3ad73 /packages/freesmartphone | |
parent | 8a3e21cc84fb3fc6c661089156287b82099eede5 (diff) |
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.
Diffstat (limited to 'packages/freesmartphone')
-rw-r--r-- | packages/freesmartphone/frameworkd/om-gta01/frameworkd.conf | 4 | ||||
-rw-r--r-- | packages/freesmartphone/frameworkd_git.bb | 2 |
2 files changed, 3 insertions, 3 deletions
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 |