mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00: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"
|
GRUBPLATFORM = "efi"
|
||||||
|
|
||||||
DEPENDS_class-target = "grub-efi-native"
|
DEPENDS_append_class-target = " grub-efi-native"
|
||||||
RDEPENDS_${PN}_class-target = "diffutils freetype"
|
RDEPENDS_${PN}_class-target = "diffutils freetype"
|
||||||
|
|
||||||
SRC_URI += " \
|
SRC_URI += " \
|
||||||
|
|||||||
Reference in New Issue
Block a user