diff options
Diffstat (limited to 'meta/recipes-bsp/grub/grub_git.bb')
-rw-r--r-- | meta/recipes-bsp/grub/grub_git.bb | 7 |
1 files changed, 0 insertions, 7 deletions
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 @@ | |||
1 | require grub2.inc | 1 | require grub2.inc |
2 | 2 | ||
3 | DEPENDS += "autogen-native" | ||
4 | |||
5 | DEFAULT_PREFERENCE = "-1" | 3 | DEFAULT_PREFERENCE = "-1" |
6 | DEFAULT_PREFERENCE_arm = "1" | 4 | DEFAULT_PREFERENCE_arm = "1" |
7 | 5 | ||
@@ -34,11 +32,6 @@ EXTRA_OECONF = "--with-platform=${GRUBPLATFORM} --disable-grub-mkfont --program- | |||
34 | 32 | ||
35 | EXTRA_OECONF += "${@bb.utils.contains('DISTRO_FEATURES', 'largefile', '--enable-largefile', '--disable-largefile', d)}" | 33 | EXTRA_OECONF += "${@bb.utils.contains('DISTRO_FEATURES', 'largefile', '--enable-largefile', '--disable-largefile', d)}" |
36 | 34 | ||
37 | do_configure_prepend() { | ||
38 | ( cd ${S} | ||
39 | ${S}/autogen.sh ) | ||
40 | } | ||
41 | |||
42 | do_install_append () { | 35 | do_install_append () { |
43 | install -d ${D}${sysconfdir}/grub.d | 36 | install -d ${D}${sysconfdir}/grub.d |
44 | rm -rf ${D}${libdir}/charset.alias | 37 | rm -rf ${D}${libdir}/charset.alias |