diff options
-rw-r--r-- | conf/checksums.ini | 4 | ||||
-rw-r--r-- | recipes/openobex/obex-data-server_0.4.4.bb | 11 |
2 files changed, 15 insertions, 0 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini index 65ab2f233c..5a4619dcbc 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -17146,6 +17146,10 @@ sha256=c80d9ea7ebca32b63ea23d2a52ac799cff32f8f30c66b491d2b8f93da05585e4 md5=b79146369fc76a61d6d4056a937c71c8 sha256=b69a259795762881a5384072085bb501d77c6fb974e0b7a16ca573565ffe3629 +[http://tadas.dailyda.com/software/obex-data-server-0.4.4.tar.gz] +md5=4aad0182812c770dde21246522be9f5e +sha256=aa567d986c74a4c8b4abb1cc454c099f67ab01b049b4c69aa6e703c7f18b594d + [http://www.kernel.org/pub/linux/bluetooth/obexd-0.10.tar.gz] md5=b9fbc1386b24f59b36aeb9d764c11fb5 sha256=8ed452371010117e183ade4e1e3ae4b489485b792722bf3b97b817cf0ed66ac8 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/" + |