mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 13:00:02 +00:00
ypbind-mt: add dependency but keep as broken
We will need the conditional dependency on systemd. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
committed by
Joe MacDonald
parent
af7039eda4
commit
b8fb8e67f2
@@ -15,7 +15,7 @@ of known secure NIS server (/etc/yp.conf) Binds to \
|
|||||||
the server which answered as first. \
|
the server which answered as first. \
|
||||||
"
|
"
|
||||||
HOMEPAGE = "http://www.linux-nis.org/nis/ypbind-mt/index.html"
|
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"
|
PROVIDES += "ypbind"
|
||||||
|
|
||||||
PNBLACKLIST[ypbind-mt] ?= "BROKEN: Depends on broken yp-tools"
|
PNBLACKLIST[ypbind-mt] ?= "BROKEN: Depends on broken yp-tools"
|
||||||
|
|||||||
Reference in New Issue
Block a user