mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
obex, gnome-bluetooth: Make bluez{4, 5} dep conditional on DISTRO_FEATURE
bluez4 is removed from oe-core This helps in compiling them when distro features are either set to use bluez4 or bluez5 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
SUMMARY = "OBEX Server and Client"
|
||||
# obexd was integrated into bluez5
|
||||
DEPENDS = "glib-2.0 dbus bluez4 libical"
|
||||
RCONFLICTS_${PN} = "bluez5"
|
||||
DEPENDS = "glib-2.0 dbus libical"
|
||||
DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES','bluez5','bluez5','bluez4',d)}"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"
|
||||
|
||||
PNBLACKLIST[obexd] ?= "${@bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5 conflicts with bluez4 and bluez5 is selected in DISTRO_FEATURES', '', d)}"
|
||||
|
||||
SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/obexd-${PV}.tar.gz \
|
||||
file://ssize_t_definition.patch \
|
||||
"
|
||||
|
||||
@@ -7,9 +7,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
|
||||
PR = "r1"
|
||||
|
||||
SECTION = "x11/gnome"
|
||||
DEPENDS = "obexd gnome-doc-utils-native gnome-doc-utils gconf gtk+ dbus-glib libunique libnotify bluez4 gnome-keyring virtual/libx11 libxi intltool-native"
|
||||
|
||||
PNBLACKLIST[gnome-bluetooth] ?= "${@bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5 conflicts with bluez4 and bluez5 is selected in DISTRO_FEATURES', '', d)}"
|
||||
DEPENDS = "obexd gnome-doc-utils-native gnome-doc-utils gconf gtk+ dbus-glib libunique libnotify gnome-keyring virtual/libx11 libxi intltool-native"
|
||||
DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES','bluez5','bluez5','bluez4',d)}"
|
||||
|
||||
inherit gnomebase gtk-icon-cache
|
||||
|
||||
|
||||
@@ -2,10 +2,8 @@ DESCRIPTION = "obex-data-server is a D-Bus service providing high-level OBEX cli
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
DEPENDS = "gtk+ bluez4 dbus-glib imagemagick openobex"
|
||||
RCONFLICTS_${PN} = "bluez5"
|
||||
|
||||
PNBLACKLIST[obex-data-server] ?= "${@bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5 conflicts with bluez4 and bluez5 is selected in DISTRO_FEATURES', '', d)}"
|
||||
DEPENDS = "gtk+ dbus-glib imagemagick openobex"
|
||||
DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES','bluez5','bluez5','bluez4',d)}"
|
||||
|
||||
SRC_URI = "http://tadas.dailyda.com/software/obex-data-server-${PV}.tar.gz"
|
||||
SRC_URI[md5sum] = "961ca5db6fe9c97024e133cc6203cc4d"
|
||||
|
||||
@@ -2,14 +2,14 @@ DESCRIPTION = "The Openobex project is an open source implementation of the \
|
||||
Object Exchange (OBEX) protocol."
|
||||
HOMEPAGE = "http://openobex.triq.net"
|
||||
SECTION = "libs"
|
||||
DEPENDS = "virtual/libusb0 bluez4"
|
||||
DEPENDS = "virtual/libusb0"
|
||||
DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES','bluez5','bluez5','bluez4',d)}"
|
||||
|
||||
LICENSE = "GPLv2 & LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
|
||||
file://COPYING.LIB;md5=a6f89e2100d9b6cdffcea4f398e37343 \
|
||||
"
|
||||
|
||||
PNBLACKLIST[openobex] ?= "${@bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5 conflicts with bluez4 and bluez5 is selected in DISTRO_FEATURES', '', d)}"
|
||||
|
||||
SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/openobex-${PV}.tar.gz \
|
||||
file://disable-cable-test.patch \
|
||||
file://libusb_crosscompile_check.patch \
|
||||
|
||||
Reference in New Issue
Block a user