summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-03-27 14:52:55 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-03-27 14:52:55 -0400
commit4dd8355911c02935a328999f619aa99e497bb6a6 (patch)
treed221b318b46da3133633974874128334f16e51ea /meta-openstack
parentb172bebe1cf64879122fe7b6f95b7eb44735934b (diff)
downloadmeta-cloud-services-4dd8355911c02935a328999f619aa99e497bb6a6.tar.gz
xterm: depend on freetype-native
xterm's configure uses freetype, but there is no dependency on it in the recipe. This is a race condition that leads to host contamination and QA failures if the host's freetype-config is used. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-graphics/xorg-app/xterm_293.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openstack/recipes-graphics/xorg-app/xterm_293.bbappend b/meta-openstack/recipes-graphics/xorg-app/xterm_293.bbappend
new file mode 100644
index 0000000..bb8c310
--- /dev/null
+++ b/meta-openstack/recipes-graphics/xorg-app/xterm_293.bbappend
@@ -0,0 +1 @@
DEPENDS += "freetype-native"