mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 13:00:02 +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"
|
RDEPENDS_${PN} += "tcsh"
|
||||||
|
|
||||||
|
PNBLACKLIST[dt] ?= "Rdepends on blacklisted tcsh"
|
||||||
|
|||||||
@@ -51,3 +51,5 @@ pkg_postinst_${PN} () {
|
|||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
echo /usr/bin/tcsh >> $D/etc/shells
|
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