diff options
author | Ross Burton <ross.burton@arm.com> | 2022-03-10 13:25:19 +0000 |
---|---|---|
committer | Trevor Gamblin <trevor.gamblin@windriver.com> | 2022-03-11 08:48:38 -0500 |
commit | 8ca5c4b0bce5aeeaabab61e0499e4c1042207387 (patch) | |
tree | 9d3a3c2ed2127d8e0c6152cc3d48e2c89adf74e7 /meta-python/recipes-devtools/python/python-pyzmq/club-rpath-out.patch | |
parent | 620689d4efba28bc8dd60e2d82908bfb3531fbd0 (diff) | |
download | meta-openembedded-8ca5c4b0bce5aeeaabab61e0499e4c1042207387.tar.gz |
python3-pyzmq: clean up recipe
Put the patch into a directory named after PN to avoid needing to set
FILESEXTRAPATHS.
Remove explicit FILES:${PN}-dbg, as these are packaged automatically.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyzmq/club-rpath-out.patch')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyzmq/club-rpath-out.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyzmq/club-rpath-out.patch b/meta-python/recipes-devtools/python/python-pyzmq/club-rpath-out.patch deleted file mode 100644 index 61aeaca5fa..0000000000 --- a/meta-python/recipes-devtools/python/python-pyzmq/club-rpath-out.patch +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | From efae4e08d13e0958d929ea524e21c0a210b31982 Mon Sep 17 00:00:00 2001 | ||
2 | From: Leon Anavi <leon.anavi@konsulko.com> | ||
3 | Date: Fri, 22 Jan 2021 11:41:12 +0200 | ||
4 | Subject: [PATCH] setup.py: Adjust _add_rpath | ||
5 | |||
6 | Fix error: unrecognized command-line option '-R' | ||
7 | |||
8 | Upstream-Status: Inappropriate [oe specific] | ||
9 | |||
10 | Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> | ||
11 | |||
12 | --- | ||
13 | setup.py | 3 --- | ||
14 | 1 file changed, 3 deletions(-) | ||
15 | |||
16 | diff --git a/setup.py b/setup.py | ||
17 | index b634d94..7f6a2f1 100755 | ||
18 | --- a/setup.py | ||
19 | +++ b/setup.py | ||
20 | @@ -235,9 +235,6 @@ def _add_rpath(settings, path): | ||
21 | """ | ||
22 | if sys.platform == 'darwin': | ||
23 | settings['extra_link_args'].extend(['-Wl,-rpath', '-Wl,%s' % path]) | ||
24 | - else: | ||
25 | - settings['runtime_library_dirs'].append(path) | ||
26 | - | ||
27 | |||
28 | def settings_from_prefix(prefix=None): | ||
29 | """load appropriate library/include settings from ZMQ prefix""" | ||