mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 17:19:23 +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:
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user