diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
commit | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch) | |
tree | 93735f3e25beab7ac8bf066c504df17b244db4eb /gpsd/gpsd_1.10.oe | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'gpsd/gpsd_1.10.oe')
-rw-r--r-- | gpsd/gpsd_1.10.oe | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gpsd/gpsd_1.10.oe b/gpsd/gpsd_1.10.oe index 9cbe5ed194..f7adff5f13 100644 --- a/gpsd/gpsd_1.10.oe +++ b/gpsd/gpsd_1.10.oe @@ -5,10 +5,10 @@ MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "libc6" DEPENDS = "virtual/libc" -SRC_URI=http://pygps.org/gpsd/downloads/gpsd-${PV}.tar.gz \ - file://${FILESDIR}/gcc3.patch;patch=1 \ - file://${FILESDIR}/gpsdc.patch;patch=1 \ - file://${FILESDIR}/nmea-fix.patch;patch=1 +SRC_URI = "http://pygps.org/gpsd/downloads/gpsd-${PV}.tar.gz \ + file://${FILESDIR}/gcc3.patch;patch=1 \ + file://${FILESDIR}/gpsdc.patch;patch=1 \ + file://${FILESDIR}/nmea-fix.patch;patch=1" inherit autotools |