From 949df030cf39e7f551302e1e6f86b0a270cd2181 Mon Sep 17 00:00:00 2001 From: "mingli.yu@windriver.com" Date: Tue, 2 Aug 2016 14:38:10 +0800 Subject: grub2.inc: run autogen.sh before configure * When adding new source files from upstream the autogen.sh script needs to be run * Rework grub2-remove-sparc64-setup-from-x86-builds.patch to remove the grub-setup helper program grub-sparc64-setup in Makefile.util.def instead of the previous Makefile.util.am to avoid the update for Makefile.util.am in do_patch phase is overwritten by the autogen.sh in do_configure phase Signed-off-by: Catalin Enache Signed-off-by: Mingli Yu Signed-off-by: Ross Burton --- meta/recipes-bsp/grub/grub_git.bb | 7 ------- 1 file changed, 7 deletions(-) (limited to 'meta/recipes-bsp/grub/grub_git.bb') diff --git a/meta/recipes-bsp/grub/grub_git.bb b/meta/recipes-bsp/grub/grub_git.bb index 7a900d02b2..493b6956ee 100644 --- a/meta/recipes-bsp/grub/grub_git.bb +++ b/meta/recipes-bsp/grub/grub_git.bb @@ -1,7 +1,5 @@ require grub2.inc -DEPENDS += "autogen-native" - DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_arm = "1" @@ -34,11 +32,6 @@ EXTRA_OECONF = "--with-platform=${GRUBPLATFORM} --disable-grub-mkfont --program- EXTRA_OECONF += "${@bb.utils.contains('DISTRO_FEATURES', 'largefile', '--enable-largefile', '--disable-largefile', d)}" -do_configure_prepend() { - ( cd ${S} - ${S}/autogen.sh ) -} - do_install_append () { install -d ${D}${sysconfdir}/grub.d rm -rf ${D}${libdir}/charset.alias -- cgit 1.2.3-korg