diff options
Diffstat (limited to 'recipes/gypsy/gypsy.inc')
-rw-r--r-- | recipes/gypsy/gypsy.inc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/gypsy/gypsy.inc b/recipes/gypsy/gypsy.inc new file mode 100644 index 0000000000..df5e1c7da3 --- /dev/null +++ b/recipes/gypsy/gypsy.inc @@ -0,0 +1,16 @@ +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/" |