From: Richard Purdie Date: Thu, 11 Jan 2018 23:21:09 +0000 (+0000) Subject: grub-efi: Fix DEPENDS X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~19126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bead76b50dc60e1b6b39fa5b659a7af44ff91adc;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 --- diff --git a/meta/recipes-bsp/grub/grub-efi_2.02.bb b/meta/recipes-bsp/grub/grub-efi_2.02.bb index a38d05a2a0d..128da162d04 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 += " \