diff options
| author | Khem Raj <raj.khem@gmail.com> | 2015-05-11 18:24:53 -0700 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-17 09:46:28 +0200 |
| commit | 3d6d36d24b9d8baa92ecd2a5a7657b56f00383b0 (patch) | |
| tree | 5cdb28f52376d64e9adf160c1223a6b45b8b5ec9 /meta-gnome/recipes-gnome/gnome-bluetooth | |
| parent | 8da812fbb68a3ecfd7c950e087e97a6ca55fe394 (diff) | |
| download | meta-openembedded-3d6d36d24b9d8baa92ecd2a5a7657b56f00383b0.tar.gz | |
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>
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-bluetooth')
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb index 9a63b38b48..9edceb5e49 100644 --- a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb +++ b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb | |||
| @@ -7,9 +7,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ | |||
| 7 | PR = "r1" | 7 | PR = "r1" |
| 8 | 8 | ||
| 9 | SECTION = "x11/gnome" | 9 | SECTION = "x11/gnome" |
| 10 | DEPENDS = "obexd gnome-doc-utils-native gnome-doc-utils gconf gtk+ dbus-glib libunique libnotify bluez4 gnome-keyring virtual/libx11 libxi intltool-native" | 10 | DEPENDS = "obexd gnome-doc-utils-native gnome-doc-utils gconf gtk+ dbus-glib libunique libnotify gnome-keyring virtual/libx11 libxi intltool-native" |
| 11 | 11 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES','bluez5','bluez5','bluez4',d)}" | |
| 12 | PNBLACKLIST[gnome-bluetooth] ?= "${@bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5 conflicts with bluez4 and bluez5 is selected in DISTRO_FEATURES', '', d)}" | ||
| 13 | 12 | ||
| 14 | inherit gnomebase gtk-icon-cache | 13 | inherit gnomebase gtk-icon-cache |
| 15 | 14 | ||
