From: Chris Patterson <[email protected]> - use EXTRA_OEMAKE for passing along make flags - drop PARALLEL_MAKE="" override which is not required.
Signed-off-by: Chris Patterson <[email protected]> --- recipes-extended/seabios/seabios_1.7.5.bb | 5 ++--- 1 file 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 5ff0004..511578f 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" 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 -- 2.1.1 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
