aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorPeter Bigot <pab@pabigot.com>2014-11-26 14:06:29 -0600
committerArmin Kuster <akuster808@gmail.com>2014-12-26 18:00:40 -0800
commit06090d792d817261bee3ce453f73d8875e5c7fdb (patch)
treed1ced896153b476080f2149780cc700acbbdf58a /meta-gnome
parent8d8b0f1cc843e6df6f44d16360d712a7a44d17d7 (diff)
downloadmeta-openembedded-06090d792d817261bee3ce453f73d8875e5c7fdb.tar.gz
obexd: conflict with bluez5
obexd was integrated into bluez5 and is no longer a separate package. Signed-off-by: Peter A. Bigot <pab@pabigot.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-connectivity/obex/obexd_0.48.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-gnome/recipes-connectivity/obex/obexd_0.48.bb b/meta-gnome/recipes-connectivity/obex/obexd_0.48.bb
index 26869fe110..f28f77b8cb 100644
--- a/meta-gnome/recipes-connectivity/obex/obexd_0.48.bb
+++ b/meta-gnome/recipes-connectivity/obex/obexd_0.48.bb
@@ -1,5 +1,7 @@
SUMMARY = "OBEX Server and Client"
+# obexd was integrated into bluez5
DEPENDS = "glib-2.0 dbus bluez4 libical"
+RCONFLICTS_${PN} = "bluez5"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"