Signed-off-by: Martin Jansa <martin.ja...@gmail.com>
---
 meta-oe/recipes-devtools/dt/dt_18.32.bb       | 2 ++
 meta-oe/recipes-extended/tcsh/tcsh_6.18.01.bb | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/meta-oe/recipes-devtools/dt/dt_18.32.bb 
b/meta-oe/recipes-devtools/dt/dt_18.32.bb
index 9688d02aa..8c1e3dfb6 100644
--- a/meta-oe/recipes-devtools/dt/dt_18.32.bb
+++ b/meta-oe/recipes-devtools/dt/dt_18.32.bb
@@ -45,3 +45,5 @@ do_install() {
 }
 
 RDEPENDS_${PN} += "tcsh"
+
+PNBLACKLIST[dt] ?= "Rdepends on blacklisted tcsh"
diff --git a/meta-oe/recipes-extended/tcsh/tcsh_6.18.01.bb 
b/meta-oe/recipes-extended/tcsh/tcsh_6.18.01.bb
index d7a7fd4d4..1cfd96c54 100644
--- a/meta-oe/recipes-extended/tcsh/tcsh_6.18.01.bb
+++ b/meta-oe/recipes-extended/tcsh/tcsh_6.18.01.bb
@@ -51,3 +51,5 @@ pkg_postinst_${PN} () {
 #!/bin/sh -e
 echo /usr/bin/tcsh >> $D/etc/shells
 }
+
+PNBLACKLIST[tcsh] ?= "Doesn't respect CC variable and fails with HOSTTOOLS 
http://errors.yoctoproject.org/Errors/Details/138244/";
-- 
2.12.2

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to