diff options
author | Peter Bigot <pab@pabigot.com> | 2014-11-26 14:06:30 -0600 |
---|---|---|
committer | Patrick Ohly <patrick.ohly@intel.com> | 2015-01-09 09:19:26 -0800 |
commit | 9cfe96124ee8fed9a8f7932b8c000e266c540276 (patch) | |
tree | 40dbc456db28da1264cabbe4ce78acabff31e139 /meta-openembedded | |
parent | 998be8853b2dc1cb0f84da6876d954cbd9d0e8e1 (diff) | |
download | tizen-distro-9cfe96124ee8fed9a8f7932b8c000e266c540276.tar.gz tizen-distro-9cfe96124ee8fed9a8f7932b8c000e266c540276.tar.bz2 tizen-distro-9cfe96124ee8fed9a8f7932b8c000e266c540276.zip |
obex-data-server: conflict with bluez5
Although this package builds with bluez5, it was removed from Fedora 20
[1] and is not used in bluez5-based GNOME [2], suggesting the bluez5
obexd is to be used instead.
[1] http://pkgs.fedoraproject.org/cgit/obex-data-server.git/log/?h=f20
[2] http://www.hadess.net/2013/11/bluetooth-file-sharing-obexpush-in.html
(From meta-openembedded rev: 551b484a7dd8621f45b3cef7acccf1cf64781ac9)
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>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Diffstat (limited to 'meta-openembedded')
-rw-r--r-- | meta-openembedded/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openembedded/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb b/meta-openembedded/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb index 4a2b2b1d60..afe6106890 100644 --- a/meta-openembedded/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb +++ b/meta-openembedded/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb @@ -3,6 +3,7 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" DEPENDS = "gtk+ bluez4 dbus-glib imagemagick openobex" +RCONFLICTS_${PN} = "bluez5" SRC_URI = "http://tadas.dailyda.com/software/obex-data-server-${PV}.tar.gz" SRC_URI[md5sum] = "961ca5db6fe9c97024e133cc6203cc4d" |