mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
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. (From OE-Core rev: 56e4e05417f8ddba60a8b76fa4c8834aa8ea4692) Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -3,7 +3,7 @@ require grub2.inc
|
||||
GRUBPLATFORM = "efi"
|
||||
|
||||
DEPENDS_append_class-target = " grub-efi-native"
|
||||
RDEPENDS_${PN}_class-target = "diffutils freetype grub-common virtual/grub-bootconf"
|
||||
RDEPENDS_${PN}_class-target = "grub-common virtual/grub-bootconf"
|
||||
|
||||
SRC_URI += " \
|
||||
file://cfg \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
require grub2.inc
|
||||
|
||||
RDEPENDS_${PN}-common += "${PN}-editenv"
|
||||
RDEPENDS_${PN} += "diffutils freetype ${PN}-common"
|
||||
RDEPENDS_${PN} += "${PN}-common"
|
||||
|
||||
RPROVIDES_${PN}-editenv += "${PN}-efi-editenv"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user