diff options
Diffstat (limited to 'meta/recipes-bsp/grub')
-rw-r--r-- | meta/recipes-bsp/grub/grub2.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc index 7138e4df87..b3291cb4b8 100644 --- a/meta/recipes-bsp/grub/grub2.inc +++ b/meta/recipes-bsp/grub/grub2.inc | |||
@@ -60,8 +60,9 @@ BUILD_LDFLAGS = "" | |||
60 | export PYTHON = "python3" | 60 | export PYTHON = "python3" |
61 | 61 | ||
62 | do_configure_prepend() { | 62 | do_configure_prepend() { |
63 | ( cd ${S} | 63 | cd ${S} |
64 | ${S}/autogen.sh ) | 64 | FROM_BOOTSTRAP=1 ${S}/autogen.sh |
65 | cd ${B} | ||
65 | } | 66 | } |
66 | 67 | ||
67 | RDEPENDS_${PN}_class-native = "" | 68 | RDEPENDS_${PN}_class-native = "" |