diff options
-rw-r--r-- | meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb | 3 |
1 files changed, 1 insertions, 2 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 index 715b02352e..c201c86510 100644 --- 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 | |||
@@ -2,8 +2,7 @@ DESCRIPTION = "obex-data-server is a D-Bus service providing high-level OBEX cli | |||
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
4 | 4 | ||
5 | DEPENDS = "gtk+ dbus-glib dbus-glib-native imagemagick openobex" | 5 | DEPENDS = "gtk+ dbus-glib dbus-glib-native imagemagick openobex bluez5" |
6 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES','bluez5','bluez5','bluez4',d)}" | ||
7 | 6 | ||
8 | SRC_URI = "http://tadas.dailyda.com/software/obex-data-server-${PV}.tar.gz \ | 7 | SRC_URI = "http://tadas.dailyda.com/software/obex-data-server-${PV}.tar.gz \ |
9 | file://obex-data-server-0.4.6-build-fixes-1.patch \ | 8 | file://obex-data-server-0.4.6-build-fixes-1.patch \ |