aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Lübbe <jluebbe@debian.org>2009-03-20 12:03:30 +0000
committerJan Luebbe <jluebbe@debian.org>2009-03-26 11:34:36 +0100
commitd405cebf41948a54d18c53df44da8a19065af4ad (patch)
tree71efa43269a8212ce757e310edb2c8048b7ec1a6
parente4a3efd8080835c1013cf7e9a34fe8242d883a90 (diff)
downloadopenembedded-d405cebf41948a54d18c53df44da8a19065af4ad.tar.gz
obexd: new receipe
-rw-r--r--conf/checksums.ini4
-rw-r--r--recipes/bluez/obexd_0.9.bb17
2 files changed, 21 insertions, 0 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini
index 6c09dd71b5..006d916c1e 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 0000000000..47b13da23c
--- /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
+