[OE-core] [PATCH] relocate_sdk.py: fix lib path error

Khem Raj raj.khem at gmail.com
Fri Jun 6 12:22:20 UTC 2014


On Friday, June 6, 2014, <rongqing.li at windriver.com> wrote:

> From: yzhu1 <yanjun.zhu at windriver.com <javascript:;>>
>
> 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 at windriver.com <javascript:;>>
> ---
>  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 at lists.openembedded.org <javascript:;>
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20140606/47230673/attachment-0002.html>


More information about the Openembedded-core mailing list