gpsd: add 2.34 (from openmoko svn)
authorKoen Kooi <koen@openembedded.org>
Thu, 15 Feb 2007 08:10:37 +0000 (08:10 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 15 Feb 2007 08:10:37 +0000 (08:10 +0000)
packages/gpsd/gpsd.inc
packages/gpsd/gpsd_2.34.bb [new file with mode: 0644]

index e23167c..1f48fe0 100644 (file)
@@ -2,13 +2,14 @@ DESCRIPTION = "A TCP/IP Daemon simplifying the communication with GPS devices"
 SECTION = "console/network"
 PRIORITY = "optional"
 LICENSE = "GPL"
-DEPENDS = "dbus-0.23.4 ncurses"
+DEPENDS = "dbus-glib ncurses"
 
 EXTRA_OECONF = "--x-includes=${STAGING_INCDIR}/X11  \
-               --x-libraries=${STAGING_LIBDIR}"
+               --x-libraries=${STAGING_LIBDIR} \
+                --enable-dbus"
 
 SRC_URI = "http://download.berlios.de/gpsd/gpsd-${PV}.tar.gz \
-       file://gpsd"
+           file://gpsd"
 
 inherit autotools update-rc.d
 
diff --git a/packages/gpsd/gpsd_2.34.bb b/packages/gpsd/gpsd_2.34.bb
new file mode 100644 (file)
index 0000000..58e9ebe
--- /dev/null
@@ -0,0 +1,3 @@
+require gpsd.inc
+
+PR = "r0"