diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-19 19:28:16 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-19 20:41:26 +0200 |
| commit | 484831eab4859b8e17a3165ae951835c02c6bc69 (patch) | |
| tree | 51f5af44f76b125f727f068342107a987d5b4b00 /meta-oe | |
| parent | 19cca0737c4b7059c4b79ef9d7a49488bab44a80 (diff) | |
| download | meta-openembedded-484831eab4859b8e17a3165ae951835c02c6bc69.tar.gz | |
obex-data-server: import from OE rev 58b79786c6b1ee26340b20e7606d2144f52543ed
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb b/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb new file mode 100644 index 0000000000..e781985313 --- /dev/null +++ b/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | DESCRIPTION = "obex-data-server is a D-Bus service providing high-level OBEX client and server side functionality" | ||
| 2 | LICENSE = "GPLv2" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
| 4 | |||
| 5 | DEPENDS = "gtk+ bluez4 dbus-glib imagemagick openobex" | ||
| 6 | |||
| 7 | SRC_URI = "http://tadas.dailyda.com/software/obex-data-server-${PV}.tar.gz" | ||
| 8 | SRC_URI[md5sum] = "961ca5db6fe9c97024e133cc6203cc4d" | ||
| 9 | SRC_URI[sha256sum] = "b399465ddbd6d0217abedd9411d9d74a820effa0a6a142adc448268d3920094f" | ||
| 10 | |||
| 11 | inherit autotools | ||
| 12 | |||
| 13 | FILES_${PN} += "${datadir}/dbus-1/" | ||
| 14 | |||
