]> code.ossystems Code Review - openembedded-core.git/commit
grub: remove diffutils and freetype runtime dependencies
authorYi Zhao <yi.zhao@windriver.com>
Mon, 16 Sep 2019 09:29:17 +0000 (17:29 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Sep 2019 10:47:44 +0000 (11:47 +0100)
commit56e4e05417f8ddba60a8b76fa4c8834aa8ea4692
tree044dca62cd4f66cc6fb8588296ac1211fc758b72
parent20f1a454317ddff8a2e321c1fe55d086ff6fa286
grub: remove diffutils and freetype runtime dependencies

The diffutils runtime dependency was introduced from legacy grub since
the script grub-install invokes cmp command which is from diffutils
package. But in Grub2 the grub-install has been rewritten with C
language. So this package isn't needed anymore.

The freetype runtime dependency is for grub-mkfont but we have
explicitly disabled grub-mkfont build. It is safe to remove it.

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-bsp/grub/grub-efi_2.04.bb
meta/recipes-bsp/grub/grub_2.04.bb