blob: 34efcc738ae314a55c634ea6422f16caeb8efdad (
plain)
1
2
3
4
5
6
7
8
9
10
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/"
|