diff options
Diffstat (limited to 'recipes/openobex/obex-data-server_0.4.4.bb')
-rw-r--r-- | recipes/openobex/obex-data-server_0.4.4.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/openobex/obex-data-server_0.4.4.bb b/recipes/openobex/obex-data-server_0.4.4.bb new file mode 100644 index 0000000000..34efcc738a --- /dev/null +++ b/recipes/openobex/obex-data-server_0.4.4.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "obex-data-server is a D-Bus service providing high-level OBEX client and server side functionality" +LICENSE = "GPLv2" + +DEPENDS = "bluez4 dbus-glib openobex" + +SRC_URI = "http://tadas.dailyda.com/software/obex-data-server-${PV}.tar.gz" + +inherit autotools + +FILES_${PN} += "${datadir}/dbus-1/" + |