summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-connectivity/obex/obexd_0.48.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-connectivity/obex/obexd_0.48.bb')
-rw-r--r--meta-gnome/recipes-connectivity/obex/obexd_0.48.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-gnome/recipes-connectivity/obex/obexd_0.48.bb b/meta-gnome/recipes-connectivity/obex/obexd_0.48.bb
index 6058b0466..6096bed73 100644
--- a/meta-gnome/recipes-connectivity/obex/obexd_0.48.bb
+++ b/meta-gnome/recipes-connectivity/obex/obexd_0.48.bb
@@ -1,13 +1,11 @@
1SUMMARY = "OBEX Server and Client" 1SUMMARY = "OBEX Server and Client"
2# obexd was integrated into bluez5 2# obexd was integrated into bluez5
3DEPENDS = "glib-2.0 dbus bluez4 libical" 3DEPENDS = "glib-2.0 dbus libical"
4RCONFLICTS_${PN} = "bluez5" 4DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES','bluez5','bluez5','bluez4',d)}"
5 5
6LICENSE = "GPLv2" 6LICENSE = "GPLv2"
7LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" 7LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"
8 8
9PNBLACKLIST[obexd] ?= "${@bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5 conflicts with bluez4 and bluez5 is selected in DISTRO_FEATURES', '', d)}"
10
11SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/obexd-${PV}.tar.gz \ 9SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/obexd-${PV}.tar.gz \
12 file://ssize_t_definition.patch \ 10 file://ssize_t_definition.patch \
13" 11"