Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Set a SONAME version in the libraries #441

Merged
merged 1 commit into from
Jan 19, 2023

Conversation

martinezjavier
Copy link
Contributor

The libraries built are currently unversioned, but donwstream users expect these to have a proper SONAME version in order to package them. Most Linux distributions packaging guidelines for example have this as a requirement.

There are alredy released versions and git tags, so let's use those as the libraries version, and the major number as the SONAME version. This is the convention used by most projects.

Signed-off-by: Javier Martinez Canillas javierm@redhat.com

The libraries built are currently unversioned, but donwstream users expect
these to have a proper SONAME version in order to package them. Most Linux
distributions packaging guidelines for example have this as a requirement.

There are alredy released versions and git tags, so let's use those as the
libraries version, and the major number as the SONAME version. This is the
convention used by most projects.

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
@naushir
Copy link
Collaborator

naushir commented Jan 18, 2023

@XECDesign, do you see any implications on our packaging flow with this change?

@naushir
Copy link
Collaborator

naushir commented Jan 19, 2023

@martinezjavier thanks for the patch. I'll merge this once the tests have finished running!

@naushir naushir merged commit eca5a3c into raspberrypi:main Jan 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants