diff options
-rw-r--r-- | recipes-extended/seabios/seabios_1.9.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-extended/seabios/seabios_1.9.1.bb b/recipes-extended/seabios/seabios_1.9.1.bb index 88f29639..5c095ac2 100644 --- a/recipes-extended/seabios/seabios_1.9.1.bb +++ b/recipes-extended/seabios/seabios_1.9.1.bb | |||
@@ -23,6 +23,8 @@ TUNE_CCARGS = "" | |||
23 | EXTRA_OEMAKE += "HOSTCC='${BUILD_CC}'" | 23 | EXTRA_OEMAKE += "HOSTCC='${BUILD_CC}'" |
24 | EXTRA_OEMAKE += "CROSS_PREFIX=${TARGET_PREFIX}" | 24 | EXTRA_OEMAKE += "CROSS_PREFIX=${TARGET_PREFIX}" |
25 | 25 | ||
26 | COMPATIBLE_HOST = "(i.86|x86_64).*-linux" | ||
27 | |||
26 | do_configure() { | 28 | do_configure() { |
27 | oe_runmake defconfig | 29 | oe_runmake defconfig |
28 | } | 30 | } |