Skip to content
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

fix missing posix message queue support in python3-posix-ipc package #917

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

@@ -10,3 +10,7 @@ UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
SRC_URI[sha256sum] = "e2456ba0cfb2ee5ba14121450e8d825b3c4a1461fca0761220aab66d4111cbb7"

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