From: Hongxu Jia Date: Wed, 7 Aug 2019 07:45:45 +0000 (+0800) Subject: grub: add grub-native X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ef77a577c8dcbf9ac3718a3bc114767ab55a71a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git grub: add grub-native Not only grub-efi-native, but also add grub-native to provide grub utilities on host (From OE-Core rev: 67dfa11f2d2fb5242814e133346e72515bfc0aca) Signed-off-by: Hongxu Jia Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-bsp/grub/grub-efi_2.04.bb b/meta/recipes-bsp/grub/grub-efi_2.04.bb index 0028a9b6eb3..b797bb74458 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" INSANE_SKIP_${PN}-dbg_append_linux-gnux32 = " arch" INSANE_SKIP_${PN}_append_linux-muslx32 = " arch" INSANE_SKIP_${PN}-dbg_append_linux-muslx32 = " arch" - -BBCLASSEXTEND = "native" diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc index 9544b368845..c81def2a170 100644 --- a/meta/recipes-bsp/grub/grub2.inc +++ b/meta/recipes-bsp/grub/grub2.inc @@ -65,3 +65,5 @@ do_configure_prepend() { } RDEPENDS_${PN}_class-native = "" + +BBCLASSEXTEND = "native"