Skip to content

Conversation

@AleksandrVin
Copy link

issue

There was a problem with this package, it compiled normally, but without message queue support, even though it was enabled due to the latest kernel usage.

Without DEPENDS += "glibc" probber script tends to provide wrong results, disabling message queue support.

This hack fixes it. I'm new to open embedded, so please tell me if this approach is not the optimal one or not correct.

inherit setuptools3 pypi

# Ensure posix message queue support in python package for prober.py script
DEPENDS += "glibc"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

glibc is default dependency added to every recipe if the distro you are building is using TCLIBC = "glibc" so I wonder if you are using TCLIBC = "musl" ?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm, yes. it's not a solution

@AleksandrVin AleksandrVin marked this pull request as draft January 11, 2025 19:04
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.

2 participants