diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2017-03-29 11:05:43 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-03-31 13:26:05 +0200 |
commit | 385cb885301fa34ce08626fe29ad89a866c2d5c4 (patch) | |
tree | 359f51fbbecdb3248cf29b5a51e3079f41cf7088 | |
parent | 4cf51a6177b25da618fe38acd155ea2b1fd49f6b (diff) | |
download | meta-openembedded-385cb885301fa34ce08626fe29ad89a866c2d5c4.tar.gz |
tcsh, dt: blacklist because tcsh doesn't respect CC variable
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/dt/dt_18.32.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-extended/tcsh/tcsh_6.18.01.bb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/dt/dt_18.32.bb b/meta-oe/recipes-devtools/dt/dt_18.32.bb index 9688d02aa..8c1e3dfb6 100644 --- a/meta-oe/recipes-devtools/dt/dt_18.32.bb +++ b/meta-oe/recipes-devtools/dt/dt_18.32.bb | |||
@@ -45,3 +45,5 @@ do_install() { | |||
45 | } | 45 | } |
46 | 46 | ||
47 | RDEPENDS_${PN} += "tcsh" | 47 | RDEPENDS_${PN} += "tcsh" |
48 | |||
49 | PNBLACKLIST[dt] ?= "Rdepends on blacklisted tcsh" | ||
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 d7a7fd4d4..1cfd96c54 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} () { | |||
51 | #!/bin/sh -e | 51 | #!/bin/sh -e |
52 | echo /usr/bin/tcsh >> $D/etc/shells | 52 | echo /usr/bin/tcsh >> $D/etc/shells |
53 | } | 53 | } |
54 | |||
55 | PNBLACKLIST[tcsh] ?= "Doesn't respect CC variable and fails with HOSTTOOLS http://errors.yoctoproject.org/Errors/Details/138244/" | ||