[oe-commits] Jan Lübbe : obexd: new receipe

GIT User account git at amethyst.openembedded.net
Thu Mar 26 10:45:15 UTC 2009


Module: openembedded.git
Branch: jan/master
Commit: d405cebf41948a54d18c53df44da8a19065af4ad
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d405cebf41948a54d18c53df44da8a19065af4ad

Author: Jan Lübbe <jluebbe at debian.org>
Date:   Fri Mar 20 12:03:30 2009 +0000

obexd: new receipe

---

 conf/checksums.ini         |    4 ++++
 recipes/bluez/obexd_0.9.bb |   17 +++++++++++++++++
 2 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 6c09dd7..006d916 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -16990,6 +16990,10 @@ sha256=c80d9ea7ebca32b63ea23d2a52ac799cff32f8f30c66b491d2b8f93da05585e4
 md5=b79146369fc76a61d6d4056a937c71c8
 sha256=b69a259795762881a5384072085bb501d77c6fb974e0b7a16ca573565ffe3629
 
+[http://www.kernel.org/pub/linux/bluetooth/obexd-0.9.tar.gz]
+md5=0048546c5140109d7b9e79ac2ef28d74
+sha256=852aaa2f160e0402685132e94622c7fb42f07f7a9f51a60cfb35c4a2875931d9
+
 [http://downloads.sourceforge.net/openobex/obexftp-0.20.tar.gz]
 md5=085b9edc0504c0d79e7479a54e2018c5
 sha256=7246fc75257afcd30ff16dc70185057157bcefc12fa9fba111b3b201577cc40e
diff --git a/recipes/bluez/obexd_0.9.bb b/recipes/bluez/obexd_0.9.bb
new file mode 100644
index 0000000..47b13da
--- /dev/null
+++ b/recipes/bluez/obexd_0.9.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "OBEX Server and Client"
+SECTION = "libs"
+PRIORITY = "optional"
+
+DEPENDS = "libusb1 dbus-glib bluez4 openobex"
+HOMEPAGE = "http://www.bluez.org"
+LICENSE = "GPL"
+PR = "r0"
+
+SRC_URI = "\
+  http://www.kernel.org/pub/linux/bluetooth/obexd-${PV}.tar.gz \
+"    
+
+#S = "${WORKDIR}/obexd-${PV}"
+
+inherit autotools pkgconfig
+





More information about the Openembedded-commits mailing list