aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2015-03-06 07:31:42 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2015-03-06 07:31:42 +0100
commitf67d6c8b121554b4a323a2d354cd60e302d28cd9 (patch)
tree5c1704ebc7ab85a1595ecfa9430b567bab67d5bd /meta-networking
parent345463da86ea4703bb61708f31e86f380ec8a093 (diff)
downloadmeta-openembedded-contrib-f67d6c8b121554b4a323a2d354cd60e302d28cd9.tar.gz
ypbind-mt: fix typo in PNBLACKLIST to really blacklist it
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-support/nis/ypbind-mt_2.2.bb2
1 files changed, 1 insertions, 1 deletions
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 0444bfe95e..4f8bf4853f 100644
--- a/meta-networking/recipes-support/nis/ypbind-mt_2.2.bb
+++ b/meta-networking/recipes-support/nis/ypbind-mt_2.2.bb
@@ -18,7 +18,7 @@ HOMEPAGE = "http://www.linux-nis.org/nis/ypbind-mt/index.html"
DEPENDS = "yp-tools"
PROVIDES += "ypbind"
-PNBLACKLIST[yp-bind] ?= "BROKEN: Depends on broken yp-tools"
+PNBLACKLIST[ypbind-mt] ?= "BROKEN: Depends on broken yp-tools"
SRC_URI = "http://www.linux-nis.org/download/ypbind-mt/${BP}.tar.bz2 \
file://ypbind-yocto.init \