Hi,
On Friday, June 6, 2014, <rongqing.li@windriver.com> wrote:
From: yzhu1 <yanjun.zhu@windriver.com>
In centos 5.9 32bit, ld lib does not contain some flags, so ld
lib is not parsed. So correct lib path is not got from ld lib.
Can you explain with examples what's going on here ?
Signed-off-by: yzhu1 <yanjun.zhu@windriver.com>
---
scripts/relocate_sdk.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/relocate_sdk.py b/scripts/relocate_sdk.py
index 05d9fd6..a05a7fa 100755
--- a/scripts/relocate_sdk.py
+++ b/scripts/relocate_sdk.py
@@ -201,7 +201,7 @@ else:
new_prefix = sys.argv[1].encode()
new_dl_path = sys.argv[2].encode()
-executables_list = sys.argv[3:]
+executables_list = sys.argv[2:]
for e in executables_list:
perms = os.stat(e)[stat.ST_MODE]
--
1.7.10.4
--
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core