From 4dd8355911c02935a328999f619aa99e497bb6a6 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 27 Mar 2014 14:52:55 -0400 Subject: 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 --- meta-openstack/recipes-graphics/xorg-app/xterm_293.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 meta-openstack/recipes-graphics/xorg-app/xterm_293.bbappend 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" -- cgit v1.2.3-54-g00ecf