tcsh, dt: blacklist because tcsh doesn't respect CC variable

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa 2017-03-29 11:05:43 +02:00
parent 4cf51a6177
commit 385cb88530
2 changed files with 4 additions and 0 deletions

View File

@ -45,3 +45,5 @@ do_install() {
}
RDEPENDS_${PN} += "tcsh"
PNBLACKLIST[dt] ?= "Rdepends on blacklisted tcsh"

View File

@ -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/"