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:
Richard Purdie
2018-01-11 23:21:09 +00:00
parent 97b52bb597
commit baac402fd2

View File

@@ -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 += " \