diff options
-rw-r--r-- | recipes-extended/seabios/seabios_1.7.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/seabios/seabios_1.7.5.bb b/recipes-extended/seabios/seabios_1.7.5.bb index 511578fc..d57e2506 100644 --- a/recipes-extended/seabios/seabios_1.7.5.bb +++ b/recipes-extended/seabios/seabios_1.7.5.bb | |||
@@ -23,7 +23,7 @@ FILES_${PN} = "/usr/share/firmware" | |||
23 | DEPENDS = "util-linux-native file-native bison-native flex-native gettext-native iasl-native python-native" | 23 | DEPENDS = "util-linux-native file-native bison-native flex-native gettext-native iasl-native python-native" |
24 | 24 | ||
25 | TUNE_CCARGS = "" | 25 | TUNE_CCARGS = "" |
26 | EXTRA_OEMAKE += "HOSTCC=${BUILD_CC}" | 26 | EXTRA_OEMAKE += "HOSTCC='${BUILD_CC}'" |
27 | EXTRA_OEMAKE += "CROSS_PREFIX=${TARGET_PREFIX}" | 27 | EXTRA_OEMAKE += "CROSS_PREFIX=${TARGET_PREFIX}" |
28 | 28 | ||
29 | do_configure() { | 29 | do_configure() { |