From 2eff90e1a530f30e29bac47196ad5a0b86640f01 Mon Sep 17 00:00:00 2001 From: Mika Westerberg Date: Wed, 11 Feb 2009 17:38:07 +0200 Subject: Bugfix: Host perl/python libraries are mapped to host. Signed-off-by: Lauri Aarnio --- lua_scripts/pathmaps/devel/00_default.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lua_scripts/pathmaps/devel/00_default.lua') diff --git a/lua_scripts/pathmaps/devel/00_default.lua b/lua_scripts/pathmaps/devel/00_default.lua index 1426520..c6a0d1c 100644 --- a/lua_scripts/pathmaps/devel/00_default.lua +++ b/lua_scripts/pathmaps/devel/00_default.lua @@ -155,6 +155,8 @@ perl_lib_test = { map_to = tools, readonly = true }, { if_active_exec_policy_is = "Rootstrap", map_to = target_root, readonly = true }, + { if_active_exec_policy_is = "Host", + use_orig_path = true, readonly = true }, { map_to = target_root, readonly = true } } @@ -189,6 +191,8 @@ python_lib_test = { map_to = tools, readonly = true }, { if_active_exec_policy_is = "Rootstrap", map_to = target_root, readonly = true }, + { if_active_exec_policy_is = "Host", + use_orig_path = true, readonly = true }, { map_to = target_root, readonly = true } } -- cgit v1.2.3