mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
Fix follow runtime error: ./build_support/src/sniff_mq_prio_max: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./build_support/src/sniff_mq_prio_max) Signed-off-by: Haixiao Yan <haixiao.yan.cn@windriver.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
18 lines
755 B
BlitzBasic
18 lines
755 B
BlitzBasic
DESCRIPTION = "POSIX IPC primitives (semaphores, shared memory and message queues) for Python"
|
|
HOMEPAGE = "http://semanchuk.com/philip/posix_ipc/"
|
|
SECTION = "devel/python"
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=1a4f3bd729df04bf68f66ef877e9c7c9"
|
|
|
|
PYPI_PACKAGE = "posix_ipc"
|
|
|
|
SRC_URI[sha256sum] = "b7444e2703c156b3cb9fcb568e85d716232f3e78f04529ebc881cfb2aedb3838"
|
|
|
|
SRC_URI += " \
|
|
file://0001-build_support-use-source-filename-instead-of-foo-for.patch \
|
|
file://0002-build_support-handle-empty-max_priority-value-as-Non.patch \
|
|
file://0003-build_support-use-does_build_succeed-in-compile_and_.patch \
|
|
file://0004-build_support-handle-runtime-errors-and-return-None-.patch \
|
|
"
|
|
inherit pypi python_setuptools_build_meta
|