diff options
Diffstat (limited to 'meta/recipes-bsp/grub/grub-efi-native_1.99.bb')
-rw-r--r-- | meta/recipes-bsp/grub/grub-efi-native_1.99.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/grub/grub-efi-native_1.99.bb b/meta/recipes-bsp/grub/grub-efi-native_1.99.bb index 9bcc1cb52b..c951152df8 100644 --- a/meta/recipes-bsp/grub/grub-efi-native_1.99.bb +++ b/meta/recipes-bsp/grub/grub-efi-native_1.99.bb | |||
@@ -34,7 +34,7 @@ S = "${WORKDIR}/grub-${PV}" | |||
34 | 34 | ||
35 | # Determine the target arch for the grub modules before the native class | 35 | # Determine the target arch for the grub modules before the native class |
36 | # clobbers TARGET_ARCH. | 36 | # clobbers TARGET_ARCH. |
37 | ORIG_TARGET_ARCH := ${TARGET_ARCH} | 37 | ORIG_TARGET_ARCH := "${TARGET_ARCH}" |
38 | python __anonymous () { | 38 | python __anonymous () { |
39 | import re | 39 | import re |
40 | target = d.getVar('ORIG_TARGET_ARCH', True) | 40 | target = d.getVar('ORIG_TARGET_ARCH', True) |