meta-oe has upgraded xterm to 320 which includes a PACKAGECONFIG option which adds support for xft fonts. A patch to add freetype-native to the PACKAGECONFIG depends has been sent so there is no need to enable it unconditionally.
Since this is the only thing in the bbappend, we can remove it entirely. Signed-off-by: Ioan-Adrian Ratiu <[email protected]> --- meta-openstack/recipes-graphics/xorg-app/xterm_303.bbappend | 1 - 1 file changed, 1 deletion(-) delete mode 100644 meta-openstack/recipes-graphics/xorg-app/xterm_303.bbappend diff --git a/meta-openstack/recipes-graphics/xorg-app/xterm_303.bbappend b/meta-openstack/recipes-graphics/xorg-app/xterm_303.bbappend deleted file mode 100644 index bb8c310..0000000 --- a/meta-openstack/recipes-graphics/xorg-app/xterm_303.bbappend +++ /dev/null @@ -1 +0,0 @@ -DEPENDS += "freetype-native" -- 2.7.0 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
