diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-bsp/grub/grub-efi_2.04.bb | 2 | ||||
-rw-r--r-- | meta/recipes-bsp/grub/grub_2.04.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-bsp/grub/grub-efi_2.04.bb b/meta/recipes-bsp/grub/grub-efi_2.04.bb index aaa198ea23..c85879b677 100644 --- a/meta/recipes-bsp/grub/grub-efi_2.04.bb +++ b/meta/recipes-bsp/grub/grub-efi_2.04.bb | |||
@@ -3,7 +3,7 @@ require grub2.inc | |||
3 | GRUBPLATFORM = "efi" | 3 | GRUBPLATFORM = "efi" |
4 | 4 | ||
5 | DEPENDS_append_class-target = " grub-efi-native" | 5 | DEPENDS_append_class-target = " grub-efi-native" |
6 | RDEPENDS_${PN}_class-target = "diffutils freetype grub-common virtual/grub-bootconf" | 6 | RDEPENDS_${PN}_class-target = "grub-common virtual/grub-bootconf" |
7 | 7 | ||
8 | SRC_URI += " \ | 8 | SRC_URI += " \ |
9 | file://cfg \ | 9 | file://cfg \ |
diff --git a/meta/recipes-bsp/grub/grub_2.04.bb b/meta/recipes-bsp/grub/grub_2.04.bb index 1d1a45670c..9232ea8120 100644 --- a/meta/recipes-bsp/grub/grub_2.04.bb +++ b/meta/recipes-bsp/grub/grub_2.04.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require grub2.inc | 1 | require grub2.inc |
2 | 2 | ||
3 | RDEPENDS_${PN}-common += "${PN}-editenv" | 3 | RDEPENDS_${PN}-common += "${PN}-editenv" |
4 | RDEPENDS_${PN} += "diffutils freetype ${PN}-common" | 4 | RDEPENDS_${PN} += "${PN}-common" |
5 | 5 | ||
6 | RPROVIDES_${PN}-editenv += "${PN}-efi-editenv" | 6 | RPROVIDES_${PN}-editenv += "${PN}-efi-editenv" |
7 | 7 | ||