* [PATCH] seabios fails to build when ccache enabled
@ 2015-06-18 20:10 Amy Fong
0 siblings, 0 replies; only message in thread
From: Amy Fong @ 2015-06-18 20:10 UTC (permalink / raw)
To: meta-virtualization, amy.fong
From eadb837b8467af26a7370427e4cb98ccad63c670 Mon Sep 17 00:00:00 2001
From: Amy Fong <amy.fong@windriver.com>
Date: Wed, 17 Jun 2015 16:40:25 -0400
Subject: [PATCH] seabios fails to build when ccache enabled
HOSTCC needs to be quoted since it may have whitespace values.
(as in the case when ccache is enabled)
Signed-off-by: Amy Fong <amy.fong@windriver.com>
---
recipes-extended/seabios/seabios_1.7.5.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-extended/seabios/seabios_1.7.5.bb b/recipes-extended/seabios/seabios_1.7.5.bb
index 511578f..d57e250 100644
--- a/recipes-extended/seabios/seabios_1.7.5.bb
+++ b/recipes-extended/seabios/seabios_1.7.5.bb
@@ -23,7 +23,7 @@ FILES_${PN} = "/usr/share/firmware"
DEPENDS = "util-linux-native file-native bison-native flex-native gettext-native iasl-native python-native"
TUNE_CCARGS = ""
-EXTRA_OEMAKE += "HOSTCC=${BUILD_CC}"
+EXTRA_OEMAKE += "HOSTCC='${BUILD_CC}'"
EXTRA_OEMAKE += "CROSS_PREFIX=${TARGET_PREFIX}"
do_configure() {
--
2.1.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-06-18 20:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-18 20:10 [PATCH] seabios fails to build when ccache enabled Amy Fong
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.