mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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:
parent
888a5251bf
commit
1402e2a5b9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user