Re: [OE-core] [PATCH] chrpath.bbclass: handle RUNPATH as well as RPATH

2015-03-10 Thread Khem Raj
> On Mar 10, 2015, at 5:56 PM, Andre McCurdy wrote: > > Binaries linked with gold may contain a RUNPATH instead of an RPATH. > Update chrpath.bbclass process_file_linux() to handle both cases. > This is ok. RPATH is deprecated, gold is forward looking by default, may be we should add --enable

[OE-core] [PATCH] chrpath.bbclass: handle RUNPATH as well as RPATH

2015-03-10 Thread Andre McCurdy
Binaries linked with gold may contain a RUNPATH instead of an RPATH. Update chrpath.bbclass process_file_linux() to handle both cases. Signed-off-by: Andre McCurdy --- meta/classes/chrpath.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/classes/chrpath.bbclass b/meta/classes/c