From: Richard Purdie Date: Tue, 23 Jan 2018 16:56:22 +0000 (-0200) Subject: grub-efi: Fix DEPENDS X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4726eab43782fb8d6864250811b2296fdea1e252;p=openembedded-core.git grub-efi: Fix DEPENDS We need to append to DEPENDS else the dependencies on bison/flex-native are lost, potentially resulting in build failures. Signed-off-by: Richard Purdie (cherry picked from commit bead76b50dc60e1b6b39fa5b659a7af44ff91adc) Signed-off-by: Otavio Salvador Signed-off-by: Armin Kuster --- diff --git a/meta/recipes-bsp/grub/grub-efi_2.02.bb b/meta/recipes-bsp/grub/grub-efi_2.02.bb index 44e32a88f1..bcd3776b68 100644 --- a/meta/recipes-bsp/grub/grub-efi_2.02.bb +++ b/meta/recipes-bsp/grub/grub-efi_2.02.bb @@ -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 += " \