aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2017-03-29 11:05:43 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2017-03-31 13:26:05 +0200
commit385cb885301fa34ce08626fe29ad89a866c2d5c4 (patch)
tree359f51fbbecdb3248cf29b5a51e3079f41cf7088 /meta-oe/recipes-devtools
parent4cf51a6177b25da618fe38acd155ea2b1fd49f6b (diff)
downloadmeta-openembedded-contrib-385cb885301fa34ce08626fe29ad89a866c2d5c4.tar.gz
tcsh, dt: blacklist because tcsh doesn't respect CC variable
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r--meta-oe/recipes-devtools/dt/dt_18.32.bb2
1 files changed, 2 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 9688d02aac..8c1e3dfb63 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() {
}
RDEPENDS_${PN} += "tcsh"
+
+PNBLACKLIST[dt] ?= "Rdepends on blacklisted tcsh"