diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-11 23:21:09 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-13 10:15:19 +0000 |
commit | baac402fd218f5ff66bc05ee9a2f72d61308feac (patch) | |
tree | 904ce7bf2f197613d4ded8f587df8b1c1149fbec /meta/recipes-bsp | |
parent | 97b52bb597415e71d7009fbb3eec6913ac542b77 (diff) | |
download | poky-baac402fd218f5ff66bc05ee9a2f72d61308feac.tar.gz |
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>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/grub/grub-efi_2.02.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/grub/grub-efi_2.02.bb b/meta/recipes-bsp/grub/grub-efi_2.02.bb index a38d05a2a0..128da162d0 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 | |||
2 | 2 | ||
3 | GRUBPLATFORM = "efi" | 3 | GRUBPLATFORM = "efi" |
4 | 4 | ||
5 | DEPENDS_class-target = "grub-efi-native" | 5 | DEPENDS_append_class-target = " grub-efi-native" |
6 | RDEPENDS_${PN}_class-target = "diffutils freetype" | 6 | RDEPENDS_${PN}_class-target = "diffutils freetype" |
7 | 7 | ||
8 | SRC_URI += " \ | 8 | SRC_URI += " \ |