aboutsummaryrefslogtreecommitdiffstats
path: root/gpsd
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-10-25 03:51:23 +0000
committerChris Larson <clarson@kergoth.com>2003-10-25 03:51:23 +0000
commit3a4590906cd1565d0622fbf18f9dfb7ec2eeb906 (patch)
treec9cfc5d2f2a2570faa9cbbda07c6985fafd0772a /gpsd
parent6f68e5a0c29c78d72118fd0036173c14d8768f73 (diff)
downloadopenembedded-3a4590906cd1565d0622fbf18f9dfb7ec2eeb906.tar.gz
gpsd_1.07.oe:
Remove bad hardcoded prefix/sysconfdir in the gpsd build (they're already set *properly* in the oe_runconf script), and change /usr/bin to so we obey the globals. BKrev: 3f99f33bxogJ-ztia-Lo0ZGB9NEWdw
Diffstat (limited to 'gpsd')
-rw-r--r--gpsd/gpsd_1.07.oe15
1 files changed, 15 insertions, 0 deletions
diff --git a/gpsd/gpsd_1.07.oe b/gpsd/gpsd_1.07.oe
index e69de29bb2..84024a7d0d 100644
--- a/gpsd/gpsd_1.07.oe
+++ b/gpsd/gpsd_1.07.oe
@@ -0,0 +1,15 @@
+SECTION="NET"
+PRIORITY="optional"
+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
+
+inherit autotools libtool
+
+do_install () {
+ install -d ${D}/${bindir}
+ install -m 0755 ${S}/gpsd ${D}/${bindir}/gpsd
+}