From patchwork Fri Mar 11 23:34:57 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [1/2] obexd: add 0.40 Date: Fri, 11 Mar 2011 23:34:57 -0000 From: Eric BENARD X-Patchwork-Id: 1313 Message-Id: <1299886498-22190-2-git-send-email-eric@eukrea.com> To: openembedded-devel@lists.openembedded.org Signed-off-by: Eric Bénard --- recipes/bluez/obexd_0.40.bb | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) create mode 100644 recipes/bluez/obexd_0.40.bb diff --git a/recipes/bluez/obexd_0.40.bb b/recipes/bluez/obexd_0.40.bb new file mode 100644 index 0000000..3d8790a --- /dev/null +++ b/recipes/bluez/obexd_0.40.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "OBEX Server and Client" +DEPENDS = "openobex glib-2.0 dbus bluez4 libical" + +LICENSE = "GPLv2" + +PR = "r0" + +DEFAULT_PREFERENCE = "-1" + +SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/obexd-${PV}.tar.gz" + +inherit autotools + +FILES_${PN} += "${datadir}/dbus-1/" + +SRC_URI[md5sum] = "243335d849700c30b318c360db95f62c" +SRC_URI[sha256sum] = "5440a3df1d33c2c12cca61fff1e8d643488ea139eef7340cfdbf6d2e5ea3e04b"