From e6adede299471da6527749366a0746a7b9d25166 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 29 Oct 2025 08:14:56 +0800 Subject: 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 Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-posix-ipc_1.3.2.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-posix-ipc_1.3.2.bb (limited to 'meta-python/recipes-devtools/python/python3-posix-ipc_1.3.2.bb') 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 @@ +DESCRIPTION = "POSIX IPC primitives (semaphores, shared memory and message queues) for Python" +HOMEPAGE = "https://semanchuk.com/philip/posix_ipc/" +SECTION = "devel/python" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e3d8df223c2614dbf1aabdc1ca23cc10" + +PYPI_PACKAGE = "posix_ipc" +UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" + +SRC_URI[sha256sum] = "6923232111329954a8349f7d99f212b6e96b5206e77fbd39aaf1b3cb4a5e9260" + +# Message queue support requires librt for proper linking +LDFLAGS += "-lrt" + +inherit pypi python_setuptools_build_meta -- cgit v1.2.3-54-g00ecf