diff options
Diffstat (limited to 'meta/recipes-bsp/grub/grub_git.bb')
-rw-r--r-- | meta/recipes-bsp/grub/grub_git.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-bsp/grub/grub_git.bb b/meta/recipes-bsp/grub/grub_git.bb index 114cf77de94..7db3ffd7a85 100644 --- a/meta/recipes-bsp/grub/grub_git.bb +++ b/meta/recipes-bsp/grub/grub_git.bb @@ -28,8 +28,7 @@ S = "${WORKDIR}/git" COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*)-(linux.*|freebsd.*)' -inherit autotools -inherit gettext +inherit autotools gettext texinfo PACKAGECONFIG ??= "" PACKAGECONFIG[grub-mount] = "--enable-grub-mount,--disable-grub-mount,fuse" |