[oe-commits] [openembedded-core] 05/14: grub-efi: Fix DEPENDS

git at git.openembedded.org git at git.openembedded.org
Mon Jan 29 08:51:08 UTC 2018


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

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

commit 4726eab43782fb8d6864250811b2296fdea1e252
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Tue Jan 23 14:56:22 2018 -0200

    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>
    (cherry picked from commit bead76b50dc60e1b6b39fa5b659a7af44ff91adc)
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 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 44e32a8..bcd3776 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