diff options
Diffstat (limited to 'meta/recipes-connectivity/gypsy/gypsy.inc')
-rw-r--r-- | meta/recipes-connectivity/gypsy/gypsy.inc | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/recipes-connectivity/gypsy/gypsy.inc b/meta/recipes-connectivity/gypsy/gypsy.inc deleted file mode 100644 index 0c1735e1b4..0000000000 --- a/meta/recipes-connectivity/gypsy/gypsy.inc +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | SUMMARY = "GPS Multiplexing Daemon" | ||
2 | DESCRIPTION = "Gypsy is a GPS multiplexing daemon which allows \ | ||
3 | multiple clients to access GPS data from multiple GPS sources \ | ||
4 | concurrently. Gypsy also hides the details of parsing NMEA from the \ | ||
5 | client applications, passing the data as simple values for the clients \ | ||
6 | to use." | ||
7 | LICENSE = "GPLv2.0 & LGPLv2.1" | ||
8 | SECTION = "x11" | ||
9 | DEPENDS = "glib-2.0 dbus bluez4 dbus-glib" | ||
10 | |||
11 | inherit autotools pkgconfig gtk-doc | ||
12 | |||
13 | EXTRA_OECONF += "--with-distro=debian" | ||
14 | |||
15 | FILES_${PN} += "/usr/share/dbus-1/services/" | ||