[oe-commits] [openembedded-core] 01/19: grub-efi: Fix DEPENDS

git at git.openembedded.org git at git.openembedded.org
Thu Jan 11 23:24:01 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit bead76b50dc60e1b6b39fa5b659a7af44ff91adc
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Thu Jan 11 23:21:09 2018 +0000

    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 <richard.purdie at linuxfoundation.org>
---
 meta/recipes-bsp/grub/grub-efi_2.02.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-bsp/grub/grub-efi_2.02.bb b/meta/recipes-bsp/grub/grub-efi_2.02.bb
index a38d05a..128da16 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 += " \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list