aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2017-03-29 11:05:43 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2017-03-31 13:26:05 +0200
commit385cb885301fa34ce08626fe29ad89a866c2d5c4 (patch)
tree359f51fbbecdb3248cf29b5a51e3079f41cf7088 /meta-oe/recipes-extended
parent4cf51a6177b25da618fe38acd155ea2b1fd49f6b (diff)
downloadmeta-openembedded-contrib-385cb885301fa34ce08626fe29ad89a866c2d5c4.tar.gz
tcsh, dt: blacklist because tcsh doesn't respect CC variable
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r--meta-oe/recipes-extended/tcsh/tcsh_6.18.01.bb2
1 files changed, 2 insertions, 0 deletions
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 d7a7fd4d41..1cfd96c542 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/"