gst-plugins-imsdk-base: Fix installation of gstreamer-qcom-oss-camera-meta-1.0.pc#1992
Closed
tjamula wants to merge 1 commit intoqualcomm-linux:masterfrom
Closed
Conversation
…-meta-1.0.pc The camera base library is not built, but its pkg-config file was still being installed. Fix aligns .pc file installation with library build status. Signed-off-by: Tushar Patra Jamula <tjamula@qti.qualcomm.com>
lumag
requested changes
Apr 17, 2026
| actually built. This prevents orphaned .pc files when the library | ||
| is excluded from the build via EXCLUDE_FROM_ALL. | ||
|
|
||
| Change-Id: I09a495d3db3f47e0b88c08343556f91a9f83b57c |
Contributor
There was a problem hiding this comment.
No Gerrit tags, missing Upstream-Status (wich definitely should be Backport)
| Change-Id: I09a495d3db3f47e0b88c08343556f91a9f83b57c | ||
| Signed-off-by: Tushar Patra Jamula <tjamula@qti.qualcomm.com> | ||
|
|
||
| Upstream-Status: Pending |
Contributor
There was a problem hiding this comment.
Why pending? Please send this upstream at least.
Contributor
Author
|
The changes are part of the src repo which were merged via internal gerrit and upmerged: gst-plugins-imsdk: qualcomm/gst-plugins-imsdk@631c1e3 The PV also has been upgraded to include the change: #2032 Hence, this PR is rendered moot. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The camera base library is not built, but its pkg-config file was still being installed. Fix patch aligns .pc file installation with library build status.