mirror of
https://git.yoctoproject.org/poky
synced 2026-04-15 12:32:13 +02:00
grub-efi: Fix DEPENDS
We need to append to DEPENDS else the dependencies on bison/flex-native are lost, potentially resulting in build failures. (From OE-Core rev: bead76b50dc60e1b6b39fa5b659a7af44ff91adc) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -2,7 +2,7 @@ require grub2.inc
|
||||
|
||||
GRUBPLATFORM = "efi"
|
||||
|
||||
DEPENDS_class-target = "grub-efi-native"
|
||||
DEPENDS_append_class-target = " grub-efi-native"
|
||||
RDEPENDS_${PN}_class-target = "diffutils freetype"
|
||||
|
||||
SRC_URI += " \
|
||||
|
||||
Reference in New Issue
Block a user