meta-ibm:tacoma: remove liberation-fonts

This is added in the line above as the witherspoon-tacoma is included in
the ibm-ac-server group. This package does not work on a tacoma though
(when building on POWER hardware) so remove it as it is not critical to
the function we need on a tacoma.

This does not build on POWER hardware due to this QEMU bug:
  https://gitlab.com/qemu-project/qemu/-/issues/1528

Under the covers, the liberation-fonts repo uses fontcache.bbclass which
utilizes qemu-arm in the cross-compile environment.

Once the following bug is in a QEMU recipe, this will resolve the issue
but there's no reason to include this package on tacoma.

Tested:
- Confirmed witherspoon-tacoma machine builds on POWER hardware

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: I98220a51b838498b572bda07b28ed483e9316889
diff --git a/meta-ibm/recipes-phosphor/images/obmc-phosphor-image.bbappend b/meta-ibm/recipes-phosphor/images/obmc-phosphor-image.bbappend
index 7f3cc5a..c976eb2 100644
--- a/meta-ibm/recipes-phosphor/images/obmc-phosphor-image.bbappend
+++ b/meta-ibm/recipes-phosphor/images/obmc-phosphor-image.bbappend
@@ -1,5 +1,5 @@
 OBMC_IMAGE_EXTRA_INSTALL:append:ibm-ac-server = " mboxd max31785-msl phosphor-msl-verify liberation-fonts uart-render-controller first-boot-set-hostname"
-OBMC_IMAGE_EXTRA_INSTALL:remove:witherspoon-tacoma = " uart-render-controller"
+OBMC_IMAGE_EXTRA_INSTALL:remove:witherspoon-tacoma = " liberation-fonts uart-render-controller"
 OBMC_IMAGE_EXTRA_INSTALL:append:p10bmc = " mboxd"
 
 IMAGE_FEATURES:append = " obmc-dbus-monitor"