All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-opie][PATCH 1/2] opie-securityplugin-blueping: fix bluez dependencies
@ 2015-05-28 20:20 Dmitry Eremin-Solenikov
  2015-05-28 20:20 ` [meta-opie][PATCH 2/2] packagegroup-opie: " Dmitry Eremin-Solenikov
  0 siblings, 1 reply; 2+ messages in thread
From: Dmitry Eremin-Solenikov @ 2015-05-28 20:20 UTC (permalink / raw)
  To: openembedded-devel

Make it runtime depend on either bluez4 or bluez5 depending on DISTRO_FEATURES.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
---
 recipes-opie/opie-securityplugins/opie-securityplugin-blueping.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-opie/opie-securityplugins/opie-securityplugin-blueping.inc b/recipes-opie/opie-securityplugins/opie-securityplugin-blueping.inc
index aba3305..4a8ef12 100644
--- a/recipes-opie/opie-securityplugins/opie-securityplugin-blueping.inc
+++ b/recipes-opie/opie-securityplugins/opie-securityplugin-blueping.inc
@@ -1,7 +1,7 @@
 DESCRIPTION = "Blueping plugin for opie-security authentication. \
 This is a bluetooth-based authentication plugin (you need \
 to have another Bluetooth device around to use it)."
-RDEPENDS_${PN} += "bluez4"
+RDEPENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES','bluez5','bluez5','bluez4',d)}"
 APPNAME = "multiauthbluepingplugin"
 
 include opie-securityplugin.inc
-- 
2.1.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [meta-opie][PATCH 2/2] packagegroup-opie: fix bluez dependencies
  2015-05-28 20:20 [meta-opie][PATCH 1/2] opie-securityplugin-blueping: fix bluez dependencies Dmitry Eremin-Solenikov
@ 2015-05-28 20:20 ` Dmitry Eremin-Solenikov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Eremin-Solenikov @ 2015-05-28 20:20 UTC (permalink / raw)
  To: openembedded-devel

Make it runtime depend on either bluez4 or bluez5 depending on DISTRO_FEATURES.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
---
 recipes-opie/packagegroups/packagegroup-opie.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/recipes-opie/packagegroups/packagegroup-opie.bb b/recipes-opie/packagegroups/packagegroup-opie.bb
index 42568aa..50122a0 100644
--- a/recipes-opie/packagegroups/packagegroup-opie.bb
+++ b/recipes-opie/packagegroups/packagegroup-opie.bb
@@ -91,7 +91,8 @@ RDEPENDS_packagegroup-opie-base-pim = "opie-addressbook opie-datebook opie-drawp
                       packagegroup-opie-base-todayplugins \
                       opie-datebook-birthdayplugin"
 
-RDEPENDS_packagegroup-opie-bluetooth = "bluez4 obexftp obexpush libopieobex0 \
+BLUEZ = "${@bb.utils.contains('DISTRO_FEATURES','bluez5','bluez5','bluez4',d)}"
+RDEPENDS_packagegroup-opie-bluetooth = "${BLUEZ} obexftp obexpush libopieobex0 \
                        opie-bluetoothmanager opie-bluetoothapplet"
 
 RDEPENDS_packagegroup-opie-irda = "irda-utils libopieobex0 obexftp obexpush"
-- 
2.1.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-28 20:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-28 20:20 [meta-opie][PATCH 1/2] opie-securityplugin-blueping: fix bluez dependencies Dmitry Eremin-Solenikov
2015-05-28 20:20 ` [meta-opie][PATCH 2/2] packagegroup-opie: " Dmitry Eremin-Solenikov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.