mbedtls: add native and nativesdk to BBCLASSEXTEND#184
Closed
texierp wants to merge 1 commit intoopenembedded:masterfrom
Closed
mbedtls: add native and nativesdk to BBCLASSEXTEND#184texierp wants to merge 1 commit intoopenembedded:masterfrom
texierp wants to merge 1 commit intoopenembedded:masterfrom
Conversation
Fixes: ERROR: Nothing PROVIDES 'mbedtls-native' Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Contributor
|
applied with 90d73b1 |
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
May 8, 2023
Changelog: Fix: correct UCS2 part length following openembedded#184 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
May 8, 2023
Changelog: Fix: correct UCS2 part length following openembedded#184 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
May 9, 2023
Changelog: Fix: correct UCS2 part length following openembedded#184 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
May 9, 2023
Changelog: Fix: correct UCS2 part length following openembedded#184 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
May 9, 2023
Changelog: Fix: correct UCS2 part length following openembedded#184 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jul 1, 2024
Changelog: ========== - Import os.link conditionally to fix importing on android. openembedded#175 - Remove spurious items from aiofiles.os.__all__ when running on Windows. - Switch to more modern async idioms: Remove types.coroutine and make AiofilesContextManager an awaitable instead a coroutine. - Add aiofiles.os.path.abspath and aiofiles.os.getcwd. openembedded#174 - aiofiles is now tested on Python 3.13 too. openembedded#184 - Dropped Python 3.7 support. If you require it, use version 23.2.1. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
jpuhlman
pushed a commit
to MontaVista-OpenSourceTechnology/meta-openembedded
that referenced
this pull request
Feb 23, 2026
Source: meta-openembedded MR: 368607 Type: Integration Disposition: Merged from meta-openembedded ChangeID: 70b1662 Description: Changelog: Fix: correct UCS2 part length following openembedded#184 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit d4cb5d5) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com>
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.
Fixes:
ERROR: Nothing PROVIDES 'mbedtls-native'
Signed-off-by: Pierre-Jean Texier pjtexier@koncepto.io