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>
This commit is contained in:
Chris Patterson 2015-02-08 21:46:15 -05:00 committed by Bruce Ashfield
parent 888a5251bf
commit 1402e2a5b9

View File

@ -23,9 +23,8 @@ FILES_${PN} = "/usr/share/firmware"
DEPENDS = "util-linux-native file-native bison-native flex-native gettext-native iasl-native python-native"
TUNE_CCARGS = ""
PARALLEL_MAKE = ""
export HOSTCC="${BUILD_CC}"
export CROSS_PREFIX="${TARGET_PREFIX}"
EXTRA_OEMAKE += "HOSTCC=${BUILD_CC}"
EXTRA_OEMAKE += "CROSS_PREFIX=${TARGET_PREFIX}"
do_configure() {
install -m 0644 "${WORKDIR}/defconfig" .config