summaryrefslogtreecommitdiffstats
path: root/recipes-extended/seabios
diff options
context:
space:
mode:
authorChris Patterson <cjp256@gmail.com>2015-02-08 21:46:15 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-02-20 21:17:04 -0500
commit1402e2a5b9fe9dda79e7a2ce3a854732981c3d1e (patch)
treee351fbe618c8d32c2c4b8471bd9ce3f64b829271 /recipes-extended/seabios
parent888a5251bf42792e06ce01284f374995c26df578 (diff)
downloadmeta-virtualization-1402e2a5b9fe9dda79e7a2ce3a854732981c3d1e.tar.gz
seabios: minor cleanup
- use EXTRA_OEMAKE for passing along make flags - drop PARALLEL_MAKE="" override which is not required. Signed-off-by: Chris Patterson <cjp256@gmail.com>
Diffstat (limited to 'recipes-extended/seabios')
-rw-r--r--recipes-extended/seabios/seabios_1.7.5.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-extended/seabios/seabios_1.7.5.bb b/recipes-extended/seabios/seabios_1.7.5.bb
index 5ff00045..511578fc 100644
--- a/recipes-extended/seabios/seabios_1.7.5.bb
+++ b/recipes-extended/seabios/seabios_1.7.5.bb
@@ -23,9 +23,8 @@ FILES_${PN} = "/usr/share/firmware"
23DEPENDS = "util-linux-native file-native bison-native flex-native gettext-native iasl-native python-native" 23DEPENDS = "util-linux-native file-native bison-native flex-native gettext-native iasl-native python-native"
24 24
25TUNE_CCARGS = "" 25TUNE_CCARGS = ""
26PARALLEL_MAKE = "" 26EXTRA_OEMAKE += "HOSTCC=${BUILD_CC}"
27export HOSTCC="${BUILD_CC}" 27EXTRA_OEMAKE += "CROSS_PREFIX=${TARGET_PREFIX}"
28export CROSS_PREFIX="${TARGET_PREFIX}"
29 28
30do_configure() { 29do_configure() {
31 install -m 0644 "${WORKDIR}/defconfig" .config 30 install -m 0644 "${WORKDIR}/defconfig" .config