[oe-commits] Martin Jansa : ypbind-mt: fix typo in PNBLACKLIST to really blacklist it

git at git.openembedded.org git at git.openembedded.org
Sat Mar 7 08:52:38 UTC 2015


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Fri Mar  6 07:31:42 2015 +0100

ypbind-mt: fix typo in PNBLACKLIST to really blacklist it

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 0444bfe..4f8bf48 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 \



More information about the Openembedded-commits mailing list