mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
tcsh, dt: blacklist because tcsh doesn't respect CC variable
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
4cf51a6177
commit
385cb88530
|
|
@ -45,3 +45,5 @@ do_install() {
|
|||
}
|
||||
|
||||
RDEPENDS_${PN} += "tcsh"
|
||||
|
||||
PNBLACKLIST[dt] ?= "Rdepends on blacklisted tcsh"
|
||||
|
|
|
|||
|
|
@ -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/"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user