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() { } do_install() { - ./b2 install --prefix=${prefix} staging-prefix=${D}${prefix} + HOME=/var/run ./b2 install --prefix=${prefix} staging-prefix=${D}${prefix} } # The build is either release mode (pre-stripped) or debug (-O0).