-
Notifications
You must be signed in to change notification settings - Fork 809
avro: extend avro-c++ to native and nativesdk #812
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
Conversation
|
Please fix the issues reported in #807 first. |
b781175 to
0f1a3fb
Compare
|
@shr-project I fixed the multilib build but I still get a warning saying I get what the issue is but by looking at some of the other recipes I don't understand what could I do different in the recipe. Do you know what could solve this? |
"-lib64" suffix at the end doesn't look like correct fix, did you use CMAKE_INSTALL_LIBDIR as DESTINATION? There are many examples how to fix it in https://git.openembedded.org/meta-openembedded/log/?h=scarthgap&qt=grep&q=libdir |
0f1a3fb to
95dc675
Compare
@shr-project you were right, I had the cmake install paths hardcoded in the patch file. It should be fixed now. Thanks |
meta-oe/recipes-support/avro/avro-c++/0001-Remove-cpp-unittest-compilation.patch
Show resolved
Hide resolved
meta-oe/recipes-support/avro/avro-c++/0003-Update-CXX-standard-to-CXX14.patch
Show resolved
Hide resolved
meta-oe/recipes-support/avro/avro-c++/0002-Add-package-configuration-files.patch
Show resolved
Hide resolved
95dc675 to
56c31f2
Compare
- fix HOMEPAGE for both avro recipes - fix cmake install paths in patch
56c31f2 to
f5b9622
Compare
shr-project
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, builds OK now.
|
Hello @shr-project can you give me an estimate of when this will be merged? |
Nevermind, just checked in master and the commit is there. I was waiting for this PR to be closed like in the other case. In that case can this PR be closed? |
|
Merged c4107ba |
WirePlumber 0.5.11
~~~~~~~~~~~~~~~~~~
Additions & Enhancements:
- Added modem manager module for tracking voice call status and voice call
device profile selection hooks to improve phone call audio routing on
mobile devices (!722, !729, openembedded#819)
- Added MPRIS media player pause functionality that automatically pauses
media playback when the audio target (e.g. headphones) is removed (!699, openembedded#764)
- Added support for human-readable names and localization of settings in
``wireplumber.conf`` with ``wpctl`` displaying localized setting descriptions (!712)
- Improved default node selection logic to use both session and route
priorities when nodes have equal session priorities (!720)
- Increased USB device priority in the ALSA monitor (!719)
Fixes:
- Fixed multiple Lua runtime issues including type confusion bugs, stack
overflow prevention, and SPA POD array/choice builders (!723, !728)
- Fixed proxy object lifecycle management by properly clearing the
OWNED_BY_PROXY flag when proxies are destroyed to prevent dangling
pointers (!732)
- Fixed state-routes handling to prevent saving unavailable routes and
eliminate race conditions during profile switching (!730, openembedded#762)
- Fixed some memory leaks in the script tester and the settings iterator (!727, !726)
- Fixed a potential crash caused by module-loopback destroying itself when the
pipewire connection is closed (openembedded#812)
- Fixed profile saving behavior in ``wpctl set-profile`` command (openembedded#808)
- Fixed GObject introspection closure annotation
Signed-off-by: Markus Volk <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
WirePlumber 0.5.11
~~~~~~~~~~~~~~~~~~
Additions & Enhancements:
- Added modem manager module for tracking voice call status and voice call
device profile selection hooks to improve phone call audio routing on
mobile devices (!722, !729, openembedded#819)
- Added MPRIS media player pause functionality that automatically pauses
media playback when the audio target (e.g. headphones) is removed (!699, openembedded#764)
- Added support for human-readable names and localization of settings in
``wireplumber.conf`` with ``wpctl`` displaying localized setting descriptions (!712)
- Improved default node selection logic to use both session and route
priorities when nodes have equal session priorities (!720)
- Increased USB device priority in the ALSA monitor (!719)
Fixes:
- Fixed multiple Lua runtime issues including type confusion bugs, stack
overflow prevention, and SPA POD array/choice builders (!723, !728)
- Fixed proxy object lifecycle management by properly clearing the
OWNED_BY_PROXY flag when proxies are destroyed to prevent dangling
pointers (!732)
- Fixed state-routes handling to prevent saving unavailable routes and
eliminate race conditions during profile switching (!730, openembedded#762)
- Fixed some memory leaks in the script tester and the settings iterator (!727, !726)
- Fixed a potential crash caused by module-loopback destroying itself when the
pipewire connection is closed (openembedded#812)
- Fixed profile saving behavior in ``wpctl set-profile`` command (openembedded#808)
- Fixed GObject introspection closure annotation
Signed-off-by: Markus Volk <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
Uh oh!
There was an error while loading. Please reload this page.