mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-06 23:53:50 -09:00
python-sysv-ipc provides Python bindings for System V IPC primitives (semaphores, shared memory and message queues). https://github.com/osvenskan/sysv_ipc Signed-off-by: Vincent Jardin <vjardin@free.fr> Signed-off-by: Vincent Cruz <mooz@blockos.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
8 lines
196 B
Plaintext
8 lines
196 B
Plaintext
config BR2_PACKAGE_PYTHON_SYSV_IPC
|
|
bool "python-sysv-ipc"
|
|
help
|
|
System V IPC primitives (semaphores, shared memory and
|
|
message queues) for Python.
|
|
|
|
https://github.com/osvenskan/sysv_ipc
|