summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/boost/boost-build-native_4.3.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/boost/boost-build-native_4.3.0.bb b/meta/recipes-support/boost/boost-build-native_4.3.0.bb
index 19e991e65f..00f3a86dd6 100644
--- a/meta/recipes-support/boost/boost-build-native_4.3.0.bb
+++ b/meta/recipes-support/boost/boost-build-native_4.3.0.bb
@@ -20,7 +20,7 @@ do_compile() {
20} 20}
21 21
22do_install() { 22do_install() {
23 ./b2 install --prefix=${prefix} staging-prefix=${D}${prefix} 23 HOME=/var/run ./b2 install --prefix=${prefix} staging-prefix=${D}${prefix}
24} 24}
25 25
26# The build is either release mode (pre-stripped) or debug (-O0). 26# The build is either release mode (pre-stripped) or debug (-O0).