mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 23:48:20 +00:00
python3-pyzmq: Upgrade 25.1.2 -> 26.3.0
* LICENSE update: pyzmq no longer ships an LGPL core, it is BSD-only [1]. The LICENSE.BSD is renamed to LICENSE.md [2]. * The new version switches to scikit-build-core backend and build with cmake. [1]2f461c578b[2]1f4bc04f43Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -1,29 +0,0 @@
|
||||
From efae4e08d13e0958d929ea524e21c0a210b31982 Mon Sep 17 00:00:00 2001
|
||||
From: Leon Anavi <leon.anavi@konsulko.com>
|
||||
Date: Fri, 22 Jan 2021 11:41:12 +0200
|
||||
Subject: [PATCH] setup.py: Adjust _add_rpath
|
||||
|
||||
Fix error: unrecognized command-line option '-R'
|
||||
|
||||
Upstream-Status: Inappropriate [oe specific]
|
||||
|
||||
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
|
||||
|
||||
---
|
||||
setup.py | 3 ---
|
||||
1 file changed, 3 deletions(-)
|
||||
|
||||
diff --git a/setup.py b/setup.py
|
||||
index b634d94..7f6a2f1 100755
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -235,9 +235,6 @@ def _add_rpath(settings, path):
|
||||
"""
|
||||
if sys.platform == 'darwin':
|
||||
settings['extra_link_args'].extend(['-Wl,-rpath', '-Wl,%s' % path])
|
||||
- else:
|
||||
- settings['runtime_library_dirs'].append(path)
|
||||
-
|
||||
|
||||
def settings_from_prefix(prefix=None):
|
||||
"""load appropriate library/include settings from ZMQ prefix"""
|
||||
Reference in New Issue
Block a user