diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2023-05-24 09:52:36 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-05-24 07:23:54 -0700 |
| commit | e02a4d57b210dfea4b44e3ab20df109d5de883dc (patch) | |
| tree | 68847ccbc5f36299878293650827b5d1c0cda734 | |
| parent | 07fad37c9818a9f365c1f82f6f1907cafdb1d1f6 (diff) | |
| download | meta-openembedded-e02a4d57b210dfea4b44e3ab20df109d5de883dc.tar.gz | |
python3-pybind11: remove unused 0001-Do-not-strip-binaries.patch
* it was removed from SRC_URI in:
https://git.openembedded.org/meta-openembedded/commit/?id=5c455804aede17e0ea0cbb7ab55f8580f912e664
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pybind11/0001-Do-not-strip-binaries.patch | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pybind11/0001-Do-not-strip-binaries.patch b/meta-python/recipes-devtools/python/python3-pybind11/0001-Do-not-strip-binaries.patch deleted file mode 100644 index 699eb61550..0000000000 --- a/meta-python/recipes-devtools/python/python3-pybind11/0001-Do-not-strip-binaries.patch +++ /dev/null | |||
| @@ -1,48 +0,0 @@ | |||
| 1 | From debd676cd94f92a30b3be45f1245aa13d8c398c0 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Philip Balister <philip@balister.org> | ||
| 3 | Date: Wed, 8 Jul 2020 09:41:43 -0400 | ||
| 4 | Subject: [PATCH] Do not strip binaries. | ||
| 5 | |||
| 6 | * OpenEmbedded strips them after creating debug packages. | ||
| 7 | |||
| 8 | Signed-off-by: Philip Balister <philip@balister.org> | ||
| 9 | Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> | ||
| 10 | --- | ||
| 11 | tools/pybind11NewTools.cmake | 5 ----- | ||
| 12 | tools/pybind11Tools.cmake | 4 ---- | ||
| 13 | 2 files changed, 9 deletions(-) | ||
| 14 | |||
| 15 | diff --git a/tools/pybind11NewTools.cmake b/tools/pybind11NewTools.cmake | ||
| 16 | index 18da8be1..82ebf5e7 100644 | ||
| 17 | --- a/tools/pybind11NewTools.cmake | ||
| 18 | +++ b/tools/pybind11NewTools.cmake | ||
| 19 | @@ -246,11 +246,6 @@ function(pybind11_add_module target_name) | ||
| 20 | endif() | ||
| 21 | endif() | ||
| 22 | |||
| 23 | - if(NOT MSVC AND NOT ${CMAKE_BUILD_TYPE} MATCHES Debug|RelWithDebInfo) | ||
| 24 | - # Strip unnecessary sections of the binary on Linux/macOS | ||
| 25 | - pybind11_strip(${target_name}) | ||
| 26 | - endif() | ||
| 27 | - | ||
| 28 | if(MSVC) | ||
| 29 | target_link_libraries(${target_name} PRIVATE pybind11::windows_extras) | ||
| 30 | endif() | ||
| 31 | diff --git a/tools/pybind11Tools.cmake b/tools/pybind11Tools.cmake | ||
| 32 | index 32313539..a7d81012 100644 | ||
| 33 | --- a/tools/pybind11Tools.cmake | ||
| 34 | +++ b/tools/pybind11Tools.cmake | ||
| 35 | @@ -201,10 +201,6 @@ function(pybind11_add_module target_name) | ||
| 36 | endif() | ||
| 37 | endif() | ||
| 38 | |||
| 39 | - if(NOT MSVC AND NOT ${CMAKE_BUILD_TYPE} MATCHES Debug|RelWithDebInfo) | ||
| 40 | - pybind11_strip(${target_name}) | ||
| 41 | - endif() | ||
| 42 | - | ||
| 43 | if(MSVC) | ||
| 44 | target_link_libraries(${target_name} PRIVATE pybind11::windows_extras) | ||
| 45 | endif() | ||
| 46 | -- | ||
| 47 | 2.17.1 | ||
| 48 | |||
