summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3/0001-test_ctypes.test_find-skip-without-tools-sdk.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3/0001-test_ctypes.test_find-skip-without-tools-sdk.patch')
-rw-r--r--meta/recipes-devtools/python/python3/0001-test_ctypes.test_find-skip-without-tools-sdk.patch7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-devtools/python/python3/0001-test_ctypes.test_find-skip-without-tools-sdk.patch b/meta/recipes-devtools/python/python3/0001-test_ctypes.test_find-skip-without-tools-sdk.patch
index 7d684b3c43..371021c0a9 100644
--- a/meta/recipes-devtools/python/python3/0001-test_ctypes.test_find-skip-without-tools-sdk.patch
+++ b/meta/recipes-devtools/python/python3/0001-test_ctypes.test_find-skip-without-tools-sdk.patch
@@ -1,4 +1,4 @@
1From 7a2bddfa437be633bb6945d0e6b7d6f27da870ad Mon Sep 17 00:00:00 2001 1From 13aa6449c47980c7270dad2527c3911517bf34e6 Mon Sep 17 00:00:00 2001
2From: Tim Orling <timothy.t.orling@intel.com> 2From: Tim Orling <timothy.t.orling@intel.com>
3Date: Fri, 18 Jun 2021 11:56:50 -0700 3Date: Fri, 18 Jun 2021 11:56:50 -0700
4Subject: [PATCH] test_ctypes.test_find: skip without tools-sdk 4Subject: [PATCH] test_ctypes.test_find: skip without tools-sdk
@@ -10,15 +10,16 @@ easiest way to dynamically check for that is looking for
10Upstream-Status: Inappropriate [oe-specific] 10Upstream-Status: Inappropriate [oe-specific]
11 11
12Signed-off-by: Tim Orling <timothy.t.orlign@intel.com> 12Signed-off-by: Tim Orling <timothy.t.orlign@intel.com>
13
13--- 14---
14 Lib/ctypes/test/test_find.py | 2 ++ 15 Lib/ctypes/test/test_find.py | 2 ++
15 1 file changed, 2 insertions(+) 16 1 file changed, 2 insertions(+)
16 17
17diff --git a/Lib/ctypes/test/test_find.py b/Lib/ctypes/test/test_find.py 18diff --git a/Lib/ctypes/test/test_find.py b/Lib/ctypes/test/test_find.py
18index 92ac184..0d009d1 100644 19index 1ff9d01..59def26 100644
19--- a/Lib/ctypes/test/test_find.py 20--- a/Lib/ctypes/test/test_find.py
20+++ b/Lib/ctypes/test/test_find.py 21+++ b/Lib/ctypes/test/test_find.py
21@@ -112,10 +112,12 @@ class FindLibraryLinux(unittest.TestCase): 22@@ -113,10 +113,12 @@ class FindLibraryLinux(unittest.TestCase):
22 # LD_LIBRARY_PATH) 23 # LD_LIBRARY_PATH)
23 self.assertEqual(find_library(libname), 'lib%s.so' % libname) 24 self.assertEqual(find_library(libname), 'lib%s.so' % libname)
24 25