Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-opie][PATCH 1/2] opie-securityplugin-blueping: fix bluez dependencies
Date: Thu, 28 May 2015 23:20:00 +0300	[thread overview]
Message-ID: <1432844401-4284-1-git-send-email-dbaryshkov@gmail.com> (raw)

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



             reply	other threads:[~2015-05-28 20:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-28 20:20 Dmitry Eremin-Solenikov [this message]
2015-05-28 20:20 ` [meta-opie][PATCH 2/2] packagegroup-opie: fix bluez dependencies Dmitry Eremin-Solenikov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1432844401-4284-1-git-send-email-dbaryshkov@gmail.com \
    --to=dbaryshkov@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox