summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-posix-ipc_1.0.4.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-posix-ipc: Add LDSHARED to recipehardknottTrevor Gamblin2021-10-281-0/+2
| | | | | | | | | | | Doing "import posix_ipc" on hardknott builds gives the following error: ImportError: /usr/lib/python3.9/site-packages/posix_ipc.cpython-39-x86_64-linux-gnu.so: undefined symbol: shm_unlink Set LDSHARED for the recipe with "-lrt" included to fix this. Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-posix-ipc: Remove python recipezangrc2020-08-071-2/+25
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-posix-ipc: Add python3 versionZang Ruochen2019-09-031-0/+2
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>