On 23 March 2016 at 15:54, Bill Randle <[email protected]> wrote:

> +    lib_re = re.compile("^/lib.+\.so(\.\d+){0,3}$")
> +    exec_re = re.compile("^%s.*/lib.+\.so(\.\d+){0,3}$" % exec_prefix)
>

I worry that this goes too far in the other way, my Debian host has a
library called /usr/lib/libblas.so.3gf.

Maybe we should add a "is this an ELF" test into the libdir check instead?
That might kill performance though, and this is just a sanity check.

Any other thoughts?

Ross
-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to