Open
Conversation
No changes seems to be needed after going through the migration steps https://docs.yoctoproject.org/ref-manual/migration-2.6.html
No changes from the migration guide seemed to be relevant https://docs.yoctoproject.org/ref-manual/migration-2.7.html
This release removes support for lsb. Otherwise no changes seems to affect this layer https://docs.yoctoproject.org/ref-manual/migration-3.0.html
.. changes to the recipe
This commit mainly exist to clearly mark the patch applied to it for the future. So basically if you are trying to port this patch to a newer version, check the subsequent commits to this file.
This ports the patch introduced in e27c739 onto the dunfell version of cmake.bbclass
* linphone-sdk.bb has been removed upstream so this new file is added to keep information about what commit was used for version 4.4
python2 is no longer supported by dunfell
|
Alright, comments:
I think the correct way of having linphone 5.0 is to define our own linphone-sdk-5.0.x.bb. I think it will look similar to the linphone_sdk_4.4.x.bb file |
0e4cbac to
8a17a34
Compare
* Upgrade linphone-sdk to version 5 * This required disabling LDAP and enabling the DAEMON Due to rebasing on upstream yocto-sumo where linphone-sdk.bb had been removed, it was required to add linphone-sdk_5.0.x.bb to upgrade to linphone version 5.
8a17a34 to
2b8868f
Compare
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.
I created a test branch to test the rebased version of yocto-dunfell before pushing it.