summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-posix-ipc_1.3.2.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-10-29 08:14:56 +0800
committerKhem Raj <raj.khem@gmail.com>2025-10-29 10:14:13 -0700
commite6adede299471da6527749366a0746a7b9d25166 (patch)
tree475062052d0e4643e0cdcbd218e72df86b2d74cd /meta-python/recipes-devtools/python/python3-posix-ipc_1.3.2.bb
parent2f2e9634e37d1bc9f60bacdbe1a29ae1545eafb5 (diff)
downloadmeta-openembedded-e6adede299471da6527749366a0746a7b9d25166.tar.gz
python3-posix-ipc: upgrade 1.3.0 -> 1.3.2
0001-build_support-fix-cross-compilation-error-when-CC-is.patch removed since it's included in 1.3.2 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-posix-ipc_1.3.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-posix-ipc_1.3.2.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-posix-ipc_1.3.2.bb b/meta-python/recipes-devtools/python/python3-posix-ipc_1.3.2.bb
new file mode 100644
index 0000000000..3431e6c7aa
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-posix-ipc_1.3.2.bb
@@ -0,0 +1,15 @@
1DESCRIPTION = "POSIX IPC primitives (semaphores, shared memory and message queues) for Python"
2HOMEPAGE = "https://semanchuk.com/philip/posix_ipc/"
3SECTION = "devel/python"
4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=e3d8df223c2614dbf1aabdc1ca23cc10"
6
7PYPI_PACKAGE = "posix_ipc"
8UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
9
10SRC_URI[sha256sum] = "6923232111329954a8349f7d99f212b6e96b5206e77fbd39aaf1b3cb4a5e9260"
11
12# Message queue support requires librt for proper linking
13LDFLAGS += "-lrt"
14
15inherit pypi python_setuptools_build_meta