<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-navigation/gpsd/gpsd_3.5.bb, branch sumo</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=sumo</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=sumo'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2012-08-20T08:02:09+00:00</updated>
<entry>
<title>gpsd: update to 3.7, drop older 3.5 and git recipe</title>
<updated>2012-08-20T08:02:09+00:00</updated>
<author>
<name>Denis 'GNUtoo' Carikli</name>
<email>GNUtoo@no-log.org</email>
</author>
<published>2012-08-07T09:08:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=334b5198e12e95f69af4772c0c2f8e512d63451b'/>
<id>urn:sha1:334b5198e12e95f69af4772c0c2f8e512d63451b</id>
<content type='text'>
Signed-off-by: Denis 'GNUtoo' Carikli &lt;GNUtoo@no-log.org&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>gpsd: add chrpath-native to DEPENDS otherwise it could autodetect host chrpath</title>
<updated>2012-07-30T21:41:53+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2012-07-30T20:43:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=038f3264060fcb6d09a7b20b401772f671139cb9'/>
<id>urn:sha1:038f3264060fcb6d09a7b20b401772f671139cb9</id>
<content type='text'>
* which doesn't work sometimes:
  chrpath -d "/var/lib/jenkins/jobs/shr-core/workspace/shr-core/tmp-eglibc/work/armv4t-oe-linux-gnueabi/gpsd-3.5-r7/image/usr/sbin/gpsd"
  `/var/lib/jenkins/jobs/shr-core/workspace/shr-core/tmp-eglibc/work/armv4t-oe-linux-gnueabi/gpsd-3.5-r7/image/usr/sbin/gpsd'
  probably isn't a 64-bit LSB-first ELF file.
  elf_open: Exec format error

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>gpsd: drop older version 3.4</title>
<updated>2012-07-28T20:45:47+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2012-07-28T20:04:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=7e42a01229ce1928d42b3ccf9b2365a576424729'/>
<id>urn:sha1:7e42a01229ce1928d42b3ccf9b2365a576424729</id>
<content type='text'>
* GNUtoo tested 3.5 and it works fine, Thanks

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>gpsd: inherit pythonnative</title>
<updated>2012-07-24T06:52:05+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2012-07-24T04:36:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b67c23022fb257be3b7fb06c4797389ce240f841'/>
<id>urn:sha1:b67c23022fb257be3b7fb06c4797389ce240f841</id>
<content type='text'>
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>gpsd: move systemd support to meta-systemd</title>
<updated>2012-07-16T07:39:07+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@googlemail.com</email>
</author>
<published>2012-07-11T18:02:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=87526c2f21b9ae911d74616e0f74b7eef43fa13a'/>
<id>urn:sha1:87526c2f21b9ae911d74616e0f74b7eef43fa13a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gpsd: override gpsd.service to use GPS_DEVICES from /etc/default/gpsd</title>
<updated>2012-06-21T18:03:54+00:00</updated>
<author>
<name>Denis 'GNUtoo' Carikli</name>
<email>GNUtoo@no-log.org</email>
</author>
<published>2012-06-21T08:18:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=6ba88f7ad957bf2f6fb4527f77697429f7d98a52'/>
<id>urn:sha1:6ba88f7ad957bf2f6fb4527f77697429f7d98a52</id>
<content type='text'>
Without that fix gpsd starts without using the machine specific
  gps serial port.

On some devices like the GTA04, not only that makes GPS not work,
  but that also prevent suspend because GPS has to be off in order
  for suspend to succeed(and the program powering off the GPS
  has to know if the GPS is on or off by using gpsd).

Signed-off-by: Denis 'GNUtoo' Carikli &lt;GNUtoo@no-log.org&gt;
Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
</content>
</entry>
<entry>
<title>recipes: bump PR to fix -systemd postinsts where SYSTEMD_SERVICE was used without PN* suffix</title>
<updated>2012-06-05T08:46:52+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>martin.jansa@gmail.com</email>
</author>
<published>2012-06-01T09:20:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=21b85f3426b5f3e0c937bfaa53e331fac0894110'/>
<id>urn:sha1:21b85f3426b5f3e0c937bfaa53e331fac0894110</id>
<content type='text'>
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Andreas Müller &lt;schnitzeltony@googlemail.com&gt;
Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
</content>
</entry>
<entry>
<title>gpsd: disable docs generation</title>
<updated>2012-04-30T06:25:13+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2012-04-28T22:07:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c688085b4c96c169ca853bf91b6fee54f4cd983d'/>
<id>urn:sha1:c688085b4c96c169ca853bf91b6fee54f4cd983d</id>
<content type='text'>
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>gpsd: fix python paths and RPATHs</title>
<updated>2012-04-30T06:25:13+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2012-04-24T16:29:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=867053702a7917ed599e87d415a7f210ecd5ff85'/>
<id>urn:sha1:867053702a7917ed599e87d415a7f210ecd5ff85</id>
<content type='text'>
* see included patch for description

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>gpsd: add recipe for 3.5 with negative D_P for testing</title>
<updated>2012-04-30T06:25:13+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2012-04-24T15:50:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=82c5c27596d90f65a3e9b11dda8efed6342d971b'/>
<id>urn:sha1:82c5c27596d90f65a3e9b11dda8efed6342d971b</id>
<content type='text'>
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
</feed>
