[oe-commits] Joe Slater : ypbind-mt: add dependency but keep as broken

git at git.openembedded.org git at git.openembedded.org
Mon Aug 3 09:46:17 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 0021fa889610a4dcc15c56ff3baaa700ba884894
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=0021fa889610a4dcc15c56ff3baaa700ba884894

Author: Joe Slater <jslater at windriver.com>
Date:   Thu Jul 30 13:08:28 2015 -0700

ypbind-mt: add dependency but keep as broken

We will need the conditional dependency on systemd.

Signed-off-by: Joe Slater <jslater at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-networking/recipes-support/nis/ypbind-mt_2.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/nis/ypbind-mt_2.2.bb b/meta-networking/recipes-support/nis/ypbind-mt_2.2.bb
index 6d5ab2d..010c75a 100644
--- a/meta-networking/recipes-support/nis/ypbind-mt_2.2.bb
+++ b/meta-networking/recipes-support/nis/ypbind-mt_2.2.bb
@@ -15,7 +15,7 @@ of known secure NIS server (/etc/yp.conf) Binds to \
 the server which answered as first. \
 "
 HOMEPAGE = "http://www.linux-nis.org/nis/ypbind-mt/index.html"
-DEPENDS = "yp-tools"
+DEPENDS = "yp-tools ${@base_contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}"
 PROVIDES += "ypbind"
 
 PNBLACKLIST[ypbind-mt] ?= "BROKEN: Depends on broken yp-tools"



More information about the Openembedded-commits mailing list