diff options
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/grub/grub-efi_2.04.bb | 2 | ||||
-rw-r--r-- | meta/recipes-bsp/grub/grub2.inc | 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 0028a9b6eb..b797bb7445 100644 --- a/meta/recipes-bsp/grub/grub-efi_2.04.bb +++ b/meta/recipes-bsp/grub/grub-efi_2.04.bb | |||
@@ -105,5 +105,3 @@ INSANE_SKIP_${PN}_append_linux-gnux32 = " arch" | |||
105 | INSANE_SKIP_${PN}-dbg_append_linux-gnux32 = " arch" | 105 | INSANE_SKIP_${PN}-dbg_append_linux-gnux32 = " arch" |
106 | INSANE_SKIP_${PN}_append_linux-muslx32 = " arch" | 106 | INSANE_SKIP_${PN}_append_linux-muslx32 = " arch" |
107 | INSANE_SKIP_${PN}-dbg_append_linux-muslx32 = " arch" | 107 | INSANE_SKIP_${PN}-dbg_append_linux-muslx32 = " arch" |
108 | |||
109 | BBCLASSEXTEND = "native" | ||
diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc index 9544b36884..c81def2a17 100644 --- a/meta/recipes-bsp/grub/grub2.inc +++ b/meta/recipes-bsp/grub/grub2.inc | |||
@@ -65,3 +65,5 @@ do_configure_prepend() { | |||
65 | } | 65 | } |
66 | 66 | ||
67 | RDEPENDS_${PN}_class-native = "" | 67 | RDEPENDS_${PN}_class-native = "" |
68 | |||
69 | BBCLASSEXTEND = "native" | ||