Skip to content
Snippets Groups Projects
Commit 04a7dda6 authored by Natanael Copa's avatar Natanael Copa
Browse files

main/abuild: more provides fixes

need special handling when file name is .so (no version number suffix)
and soname has a version number suffix. This is so we dont set provides
version to 0 when it should have been something else.

This fixes issue with libgcj/gcc-java who ships a file libgcj_bc.so with
soname libgcj_bc.so.1 in addition to the libgcj_bc.so.1.0.0 file.

We cannot have 2 provides with same name but with different version.
parent 210db07a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment