Files
tqma6-yocto-mirror/sources/meta-openembedded/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings/cmpi-bindings-0.4.17-sblim-sigsegv.patch
Siggi (OpenClaw Agent) 16accb6b24 Complete Yocto mirror with license table for TQMa6UL (2038-compliance)
- 264 license table entries with exact download URLs (224/264 resolved)
- Complete sources/ directory with all BitBake recipes
- Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl)
- Full traceability for Softwarefreigabeantrag
- GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4
- License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
2026-03-01 21:14:11 +00:00

31 lines
1.2 KiB
Diff

From bc32342fa63b8359f985fe1e187e811455c96a50 Mon Sep 17 00:00:00 2001
From: Qian Lei <qianl.fnst@cn.fujitsu.com>
Date: Tue, 25 Aug 2015 13:19:51 +0800
Subject: [PATCH] Port from Fedora20
Upstream-Status: Pending
Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com>
---
swig/python/cmpi_pywbem_bindings.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/swig/python/cmpi_pywbem_bindings.py b/swig/python/cmpi_pywbem_bindings.py
index d643990..7f0cc77 100644
--- a/swig/python/cmpi_pywbem_bindings.py
+++ b/swig/python/cmpi_pywbem_bindings.py
@@ -361,10 +361,10 @@ class BrokerCIMOMHandle(object):
allow_null_ns = False
else:
allow_null_ns = True
- if self.broker.name() == 'RequestHandler':
+# if self.broker.name() == 'RequestHandler':
# Check sblim bug #2185410.
- if instance.path is not None:
- instance.path.namespace = None
+# if instance.path is not None:
+# instance.path.namespace = None
inst = self.proxy.pywbem2cmpi_inst(instance, allow_null_ns)
rv = self.broker.deliverIndication(self.ctx, ns, inst)
return rv