devtools: skip experimental libraries in ABI check
authorDavid Marchand <david.marchand@redhat.com>
Fri, 21 Feb 2020 15:42:53 +0000 (16:42 +0100)
committerDavid Marchand <david.marchand@redhat.com>
Fri, 21 Feb 2020 16:44:02 +0000 (17:44 +0100)
commit23d7ad5db41cefac70d06e58fbc6436590ddcefb
tree48c4bcaf7ac30ee01572751993238a28e5151265
parent5d24d6a55025c58ae9e890851e21cb861839cb66
devtools: skip experimental libraries in ABI check

We don't provide ABI compatibility for experimental libraries.
Skip those libraries by catching a soname containing a version starting
with '0.'.

Align the special case for the glue libraries by using the soname too.
Once libabigail has support for it, we will have a single type of rule.

Fixes: 777014e56d07 ("devtools: add ABI checks")

Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
devtools/check-abi.sh