diff options
Diffstat (limited to 'packages/gypsy/gypsy.inc')
-rw-r--r-- | packages/gypsy/gypsy.inc | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/gypsy/gypsy.inc b/packages/gypsy/gypsy.inc deleted file mode 100644 index df5e1c7da3..0000000000 --- a/packages/gypsy/gypsy.inc +++ /dev/null @@ -1,16 +0,0 @@ -DESCRIPTION = "GPS Controlling Daemon" -LICENSE = "GPL" -SECTION = "x11" -DEPENDS = "glib-2.0 dbus-glib bluez-libs libxslt-native" - -inherit autotools pkgconfig - -do_configure_prepend () { - touch ${S}/gtk-doc.make -} - -do_stage() { - autotools_stage_all -} - -FILES_${PN} += "${datadir}/dbus-1/services/" |